Update vision.py
This commit is contained in:
parent
d35cf1633a
commit
551bb07bcc
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue