Skip to content

Commit 7dc51e0

Browse files
committed
fmt
1 parent e9e35af commit 7dc51e0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/test_quick_start_glm4_9B.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ def prepare():
1919

2020

2121
def execute():
22-
ckpt_args = (
23-
f"--hf-checkpoint /root/models/{MODEL_NAME}/ "
24-
f"--ref-load /root/{MODEL_NAME}_torch_dist "
25-
)
22+
ckpt_args = f"--hf-checkpoint /root/models/{MODEL_NAME}/ " f"--ref-load /root/{MODEL_NAME}_torch_dist "
2623

2724
rollout_args = (
2825
"--prompt-data /root/datasets/dapo-math-17k/dapo-math-17k.jsonl "

0 commit comments

Comments
 (0)