diff --git a/tests/verl_examples/dapo/dapo_qwen25_32b_fsdp2_A+X.sh b/tests/verl_examples/dapo/dapo_qwen25_32b_fsdp2_A+X.sh index ec14aba93f10c389f23df5ca3876308410ed350d..f8bd4108cafd9582906691f0acfac08a76f7c230 100644 --- a/tests/verl_examples/dapo/dapo_qwen25_32b_fsdp2_A+X.sh +++ b/tests/verl_examples/dapo/dapo_qwen25_32b_fsdp2_A+X.sh @@ -43,7 +43,7 @@ if [ "$MASTER_ADDR" = "$CURRENT_IP" ]; then if [ "$device_count" -eq "$NNODES" ]; then echo "Ray cluster is ready with $device_count devices (from $npu_count NPU resources), starting Python script." ray status - bash $DEFAULT_YAML + bash $DEFAULT_SH break else echo "Waiting for Ray to allocate $NNODES devices. Current device count: $device_count" diff --git a/tests/verl_examples/dapo/dapo_qwen3_32b_fsdp2_A3.sh b/tests/verl_examples/dapo/dapo_qwen3_32b_fsdp2_A3.sh index 531e679c62a470224ae67dc30ab840d5990e1c3c..79b4e3653625f59a338a1a132d7a10e1f5043ef7 100644 --- a/tests/verl_examples/dapo/dapo_qwen3_32b_fsdp2_A3.sh +++ b/tests/verl_examples/dapo/dapo_qwen3_32b_fsdp2_A3.sh @@ -40,7 +40,7 @@ if [ "$MASTER_ADDR" = "$CURRENT_IP" ]; then if [ "$device_count" -eq "$NNODES" ]; then echo "Ray cluster is ready with $device_count devices (from $npu_count NPU resources), starting Python script." ray status - bash $DEFAULT_YAML + bash $DEFAULT_SH break else echo "Waiting for Ray to allocate $NNODES devices. Current device count: $device_count" diff --git a/tests/verl_examples/grpo/grpo_qwen3_235b_A2.sh b/tests/verl_examples/grpo/grpo_qwen3_235b_A2.sh index c336bad0f7e9403c3dab256e2ab6bff18266858e..56704dbe4dac9f46291b69e126d4ff7d9506e304 100644 --- a/tests/verl_examples/grpo/grpo_qwen3_235b_A2.sh +++ b/tests/verl_examples/grpo/grpo_qwen3_235b_A2.sh @@ -40,7 +40,7 @@ if [ "$MASTER_ADDR" = "$CURRENT_IP" ]; then if [ "$device_count" -eq "$NNODES" ]; then echo "Ray cluster is ready with $device_count devices (from $npu_count NPU resources), starting Python script." ray status - bash $DEFAULT_YAML + bash $DEFAULT_SH break else echo "Waiting for Ray to allocate $NNODES devices. Current device count: $device_count"