We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c3c7f commit 0fe5711Copy full SHA for 0fe5711
tests/full_tests/ci_tests.sh
@@ -48,3 +48,13 @@ if [ $? -ne 0 ]; then
48
exit -1
49
fi
50
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