Skip to content

Commit 0fe5711

Browse files
committed
add dp into ci test
Signed-off-by: Wuxun Zhang <[email protected]>
1 parent 92c3c7f commit 0fe5711

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/full_tests/ci_tests.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,13 @@ if [ $? -ne 0 ]; then
4848
exit -1
4949
fi
5050
echo "Test with structured outputs passed"
51+
52+
# DP2
53+
echo "Testing data parallel size 2 with vllm-hpu plugin v1"
54+
echo HABANA_VISIBLE_DEVICES=all VLLM_SKIP_WARMUP=true PT_HPU_LAZY_MODE=1 VLLM_USE_V1=1 python -u vllm-gaudi/examples/data_parallel.py --dp-size 2 --tp-size 2
55+
HABANA_VISIBLE_DEVICES=all VLLM_SKIP_WARMUP=true PT_HPU_LAZY_MODE=1 VLLM_USE_V1=1 python -u vllm-gaudi/examples/data_parallel.py --dp-size 2 --tp-size 2
56+
if [ $? -ne 0 ]; then
57+
echo "Error: Test failed for data parallel size 2" >&2
58+
exit -1
59+
fi
60+
echo "Test with data parallel size 2 passed"

0 commit comments

Comments
 (0)