fix kd test

This commit is contained in:
Dan Saunders
2025-08-21 19:37:15 +00:00
parent 0caa24eab0
commit 4121bcbc33
3 changed files with 16 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ def min_cfg(temp_dir):
"liger_rms_norm": True,
"liger_glu_activation": True,
"torch_compile": True,
"chat_template": "llama3",
"chat_template": "qwen3",
"kd_trainer": True,
"kd_ce_alpha": 0.1,
"kd_alpha": 0.9,