Skip to content

Commit

Permalink
revert unsloth py change
Browse files Browse the repository at this point in the history
Signed-off-by: Sertac Ozercan <[email protected]>
  • Loading branch information
sozercan committed Apr 18, 2024
1 parent ed4df69 commit 54a2451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/finetune/target_unsloth.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
lora_alpha = 16,
lora_dropout = 0, # Supports any, but = 0 is optimized
bias = "none", # Supports any, but = "none" is optimized
use_gradient_checkpointing="unsloth",
use_gradient_checkpointing=True,
random_state = 3407,
use_rslora = False, # We support rank stabilized LoRA
loftq_config = None, # And LoftQ
Expand Down

0 comments on commit 54a2451

Please sign in to comment.