diff --git a/unsloth/models/vision.py b/unsloth/models/vision.py index 38606c4ff9..0bae1ee10e 100644 --- a/unsloth/models/vision.py +++ b/unsloth/models/vision.py @@ -435,6 +435,7 @@ class FastBaseModel: if do_forced_float32: torch_dtype = torch.bfloat16 raise_handler = RaiseUninitialized() + print(kwargs) model = auto_model.from_pretrained( model_name, device_map = device_map,