From 53153eaab587ce5b4345fdbe300ded96f145bc3d Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Thu, 26 Jun 2025 09:01:07 -0700 Subject: [PATCH] Update vision.py --- unsloth/models/vision.py | 1 - 1 file changed, 1 deletion(-) diff --git a/unsloth/models/vision.py b/unsloth/models/vision.py index 38c3c1b159..8dca483783 100644 --- a/unsloth/models/vision.py +++ b/unsloth/models/vision.py @@ -408,7 +408,6 @@ class FastBaseModel: torch_dtype = dtype if do_forced_float32: torch_dtype = torch.bfloat16 - print(kwargs) model = auto_model.from_pretrained( model_name, device_map = device_map,