Skip to content

Commit

Permalink
trying cheaper optimizer to solve ooms
Browse files Browse the repository at this point in the history
  • Loading branch information
jakep-allenai committed Sep 25, 2024
1 parent a0bec4e commit 7707bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdelfin/train/config/qwen2vl-7b-lora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ hparams:
pad_multiple_of: 16
log_every_steps: 50
eval_every_steps: 500
optim: adamw_torch
optim: adamw_bnb_8bit
lr_scheduler: cosine
weight_decay: 0.01
warmup_ratio: 0.03
Expand Down

0 comments on commit 7707bc0

Please sign in to comment.