Skip to content

Commit e491d8c

Browse files
committed
debug run
1 parent 7eacbad commit e491d8c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/e2e_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
conda activate clusterx
4040
conda env list
4141
unset HTTP_PROXY;unset HTTPS_PROXY;unset http_proxy;unset https_proxy;
42-
pytest autotest/test_all.py -m all -n 1 -vv --run_id ${{ github.run_id }}
42+
pytest autotest/test_all.py::test_all[qwen3-sft-celoss] -m all -n 1 -vv --run_id ${{ github.run_id }}
4343
4444
- name: Upload Artifacts
4545
if: ${{ !cancelled() }}

.github/workflows/e2e_test_npu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
source activate npuci
3939
unset HTTP_PROXY;unset HTTPS_PROXY;unset http_proxy;unset https_proxy;
40-
export DEVICE=npu && pytest autotest/test_all.py -m all -n 1 -vv --run_id ${{ github.run_id }}
40+
export DEVICE=npu && pytest autotest/test_all.py::test_all[npu-qwen3-sft-ep8] -m all -n 1 -vv --run_id ${{ github.run_id }}
4141
4242
- name: Upload Artifacts
4343
if: ${{ !cancelled() }}

autotest/config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ case:
194194
config: autotest/config/qwen3_sft_celoss.py
195195
output_path: /mnt/shared-storage-user/llmrazor-share/qa-llm-cicd/test_output
196196
resource:
197+
num_nodes: 2
198+
cpus_per_task: 80
197199
envs:
198200
- QWEN3_MOE_PATH=/mnt/shared-storage-user/llmrazor-share/model/Qwen3-30B-A3B
199201
- ALPACA_PATH=/mnt/shared-storage-user/llmrazor-share/data/alpaca

0 commit comments

Comments
 (0)