[Diffusion] [NPU] Fix multimodal gen CI (#22879)

This commit is contained in:
Makcum888e
2026-04-17 04:09:44 +03:00
committed by GitHub
parent ba850d3a9d
commit e353630b57
11 changed files with 956 additions and 644 deletions
+3 -3
View File
@@ -322,7 +322,7 @@ jobs:
run: |
export PATH="/usr/local/Ascend/8.3.RC1/compiler/bishengir/bin:${PATH}"
cd python
python3 sglang/multimodal_gen/test/run_suite.py --suite 1-npu
python3 sglang/multimodal_gen/test/run_suite_npu.py --suite 1-npu
multimodal-gen-test-2-npu-a3:
needs: [check-changes, pr-gate]
@@ -369,7 +369,7 @@ jobs:
run: |
export PATH="/usr/local/Ascend/8.3.RC1/compiler/bishengir/bin:${PATH}"
cd python
python3 sglang/multimodal_gen/test/run_suite.py --suite 2-npu
python3 sglang/multimodal_gen/test/run_suite_npu.py --suite 2-npu
multimodal-gen-test-8-npu-a3:
needs: [check-changes, pr-gate]
@@ -415,7 +415,7 @@ jobs:
STREAMS_PER_DEVICE: 32
run: |
cd python
python3 sglang/multimodal_gen/test/run_suite.py --suite 8-npu
python3 sglang/multimodal_gen/test/run_suite_npu.py --suite 8-npu
pr-test-npu-finish:
needs: