Spaces:
Paused
Paused
reduce batch size
Browse files
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", "
|
29 |
-
"--per_device_eval_batch_size", "
|
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",
|