We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e35af commit 7dc51e0Copy full SHA for 7dc51e0
tests/test_quick_start_glm4_9B.py
@@ -19,10 +19,7 @@ def prepare():
19
20
21
def execute():
22
- ckpt_args = (
23
- f"--hf-checkpoint /root/models/{MODEL_NAME}/ "
24
- f"--ref-load /root/{MODEL_NAME}_torch_dist "
25
- )
+ ckpt_args = f"--hf-checkpoint /root/models/{MODEL_NAME}/ " f"--ref-load /root/{MODEL_NAME}_torch_dist "
26
27
rollout_args = (
28
"--prompt-data /root/datasets/dapo-math-17k/dapo-math-17k.jsonl "
0 commit comments