joaogante HF staff commited on
Commit
d3e5ded
1 Parent(s): 6b71df1

reduce batch size

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,8 +25,8 @@ def create_medusa_heads(model_id: str):
25
  "--bf16", "True",
26
  "--output_dir", "medusa_heads",
27
  "--num_train_epochs", "1",
28
- "--per_device_train_batch_size", "8",
29
- "--per_device_eval_batch_size", "8",
30
  "--gradient_accumulation_steps", "4",
31
  "--evaluation_strategy", "no",
32
  "--save_strategy", "no",
 
25
  "--bf16", "True",
26
  "--output_dir", "medusa_heads",
27
  "--num_train_epochs", "1",
28
+ "--per_device_train_batch_size", "4",
29
+ "--per_device_eval_batch_size", "4",
30
  "--gradient_accumulation_steps", "4",
31
  "--evaluation_strategy", "no",
32
  "--save_strategy", "no",