Skip to content

Commit e9534c7

Browse files
authored
[CI][HPU] update for v0 deprecate by switching to VLLM_TARGET_DEVICE=empty (#21006)
Signed-off-by: Chendi.Xue <chendi.xue@intel.com>
1 parent 7976446 commit e9534c7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.buildkite/scripts/hardware_ci/run-hpu-test.sh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,17 @@ set -exuo pipefail
66

77
# Try building the docker image
88
cat <<EOF | docker build -t hpu-plugin-v1-test-env -f - .
9-
FROM 1.22-413-pt2.7.1:latest
9+
FROM gaudi-base-image:latest
1010
1111
COPY ./ /workspace/vllm
1212
1313
WORKDIR /workspace/vllm
1414
15-
RUN pip install -v -r requirements/hpu.txt
16-
RUN pip install git+https://github.com/vllm-project/vllm-gaudi.git
17-
1815
ENV no_proxy=localhost,127.0.0.1
1916
ENV PT_HPU_ENABLE_LAZY_COLLECTIVES=true
2017
21-
RUN VLLM_TARGET_DEVICE=hpu python3 setup.py install
18+
RUN VLLM_TARGET_DEVICE=empty pip install .
19+
RUN pip install git+https://github.com/vllm-project/vllm-gaudi.git
2220
2321
# install development dependencies (for testing)
2422
RUN python3 -m pip install -e tests/vllm_test_utils

0 commit comments

Comments
 (0)