We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3887d9b commit a0f500cCopy full SHA for a0f500c
1 file changed
.github/workflows/e2e_test.yaml
@@ -39,7 +39,7 @@ jobs:
39
conda activate clusterx
40
conda env list
41
unset HTTP_PROXY;unset HTTPS_PROXY;unset http_proxy;unset https_proxy;
42
- pytest autotest/test_all.py::test_all[qwen3-sft-tp2] -m all -n 1 -vv --run_id ${{ github.run_id }}
+ pytest autotest/test_all.py::test_all[qwen3-sft-ep8] -m all -n 1 -vv --run_id ${{ github.run_id }}
43
44
- name: Upload Artifacts
45
if: ${{ !cancelled() }}
0 commit comments