From 8318ef2a9a3749c76058e4ec1d06abc55b19e569 Mon Sep 17 00:00:00 2001 From: MeiFei Date: Tue, 9 Sep 2025 19:20:48 +0800 Subject: [PATCH] bug fix-rename --- tests/verl_examples/dapo/dapo_qwen25_32b_fsdp2_A+X.sh | 2 +- tests/verl_examples/dapo/dapo_qwen3_32b_fsdp2_A3.sh | 2 +- tests/verl_examples/grpo/grpo_qwen3_235b_A2.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 ec14aba9..f8bd4108 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 531e679c..79b4e365 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 c336bad0..56704dbe 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" -- Gitee