File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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() }}
Original file line number Diff line number Diff line change 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() }}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments