Skip to content

Commit 15a94c3

Browse files
committed
seems not able to use arguments
1 parent 6e0de7b commit 15a94c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/run_ppo_trainer_megatron.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ if [ $SKIP_SAVE_HF_MODEL -eq 1 ]; then
7575
CHECKPOINT_CONTENTS=['model','optimizer','extra']
7676
fi
7777

78-
ENGINES=${ENGINES:-("vllm" "sglang_async")}
78+
ENGINES=("vllm" "sglang_async")
7979

8080
exp_name="$(basename "${MODEL_ID,,}")-megatron-gsm8k-minimal"
8181

0 commit comments

Comments
 (0)