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 b3311b4 commit 767eee6Copy full SHA for 767eee6
Dockerfile.xpu_kernel
@@ -38,7 +38,7 @@ RUN --mount=type=secret,id=github_token \
38
conda activate py${PYTHON_VERSION} && \
39
# . /opt/intel/oneapi/setvars.sh --force && \
40
# Install Torch
41
- pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/xpu
+ pip install torch==2.8.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/xpu
42
43
# Install vllm from source
44
RUN --mount=type=secret,id=github_token \
0 commit comments