Skip to content

Commit 1daa44c

Browse files
committed
fix path
1 parent 0d6b023 commit 1daa44c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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-npu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ case:
9595
- PIP_INDEX_URL=http://pkg.pjlab.org.cn/repository/pypi-tsinghua/simple
9696
- PIP_TRUSTED_HOST=pkg.pjlab.org.cn
9797
assert_info:
98-
base_metric: npu-qwen3-sft-ep8/cec3a8d2_resume/tracker.jsonl
98+
base_metric: npu-qwen3-sft-ep8/812c1021_resume/tracker.jsonl
9999
check_metrics:
100100
grad_norm: 0.000001
101101
loss/reduced_llm_loss: 0.000001

0 commit comments

Comments
 (0)