Fix the sub call to lm-eval

This commit is contained in:
Wing Lian
2025-01-06 11:44:55 -05:00
parent 27a88f37cd
commit 2741d8de23

View File

@@ -245,7 +245,7 @@ def _lm_eval(config_yaml: str, volumes=None):
f_out.write(config_yaml)
run_folder = "/workspace/artifacts/axolotl"
run_cmd(
"axolotl lm_eval /workspace/artifacts/axolotl/config.yaml",
"axolotl lm-eval /workspace/artifacts/axolotl/config.yaml",
run_folder,
volumes,
)