From 551bb07bccbcaeef0ef9db5b3fa582218267fcc6 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Tue, 1 Jul 2025 04:27:40 -0700 Subject: [PATCH] Update vision.py --- unsloth/models/vision.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unsloth/models/vision.py b/unsloth/models/vision.py index ed9b7be620..289d667dda 100644 --- a/unsloth/models/vision.py +++ b/unsloth/models/vision.py @@ -562,7 +562,7 @@ class FastBaseModel: finetune_mlp_modules = True, layers_to_transform = None, layers_pattern = None, - use_gradient_checkpointing = True, + use_gradient_checkpointing = "unsloth", random_state = 3407, max_seq_length = 2048, # not used anymore use_rslora = False,