lukemarsden commited on
Commit
295b266
1 Parent(s): 77c84e0

Get qlora mistral-7b fine tuning working on a single 4090 (#708)

Browse files
Files changed (1) hide show
  1. examples/mistral/qlora.yml +1 -1
examples/mistral/qlora.yml CHANGED
@@ -43,7 +43,7 @@ wandb_run_id:
43
  wandb_log_model:
44
 
45
  gradient_accumulation_steps: 4
46
- micro_batch_size: 4
47
  num_epochs: 1
48
  optimizer: adamw_bnb_8bit
49
  lr_scheduler: cosine
 
43
  wandb_log_model:
44
 
45
  gradient_accumulation_steps: 4
46
+ micro_batch_size: 2
47
  num_epochs: 1
48
  optimizer: adamw_bnb_8bit
49
  lr_scheduler: cosine