Skip to content

Commit 98c4de4

Browse files
committed
update test_medusa.py
Signed-off-by: h-guo18 <[email protected]>
1 parent 5e5ac0a commit 98c4de4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/examples/speculative_decoding/test_medusa.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,11 @@ def test_llama_medusa_fp8_qat(tiny_llama_path, num_gpus, tiny_daring_anteater_pa
3838
# Test Medusa
3939
run_example_command(
4040
[
41-
"./launch.sh",
41+
"./launch_train.sh",
4242
"--model", tiny_llama_path,
4343
"--data", tiny_daring_anteater_path,
4444
"--num_epochs", "1",
4545
"--lr", "1e-5",
46-
"--do_eval", "False",
4746
"--num_gpu", str(num_gpus),
4847
"--mode", "medusa",
4948
"--output_dir", medusa_path,

0 commit comments

Comments
 (0)