File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ COPY ./ /workspace/vllm
26
26
27
27
WORKDIR /workspace/vllm
28
28
29
- RUN pip install -v -r requirements-cpu.txt --extra-index-url https://download.pytorch.org/whl/test/ cpu
29
+ RUN pip install -v -r requirements-cpu.txt --extra-index-url https://download.pytorch.org/whl/cpu
30
30
31
31
# Support for building with non-AVX512 vLLM: docker build --build-arg VLLM_CPU_DISABLE_AVX512="true" ...
32
32
ARG VLLM_CPU_DISABLE_AVX512
Original file line number Diff line number Diff line change 2
2
-r requirements-common.txt
3
3
4
4
# Dependencies for x86_64 CPUs
5
- torch == 2.4.0; platform_machine != "ppc64le"
5
+ torch == 2.4.0+cpu ; platform_machine != "ppc64le"
6
6
torchvision; platform_machine != "ppc64le" # required for the image processor of phi3v, this must be updated alongside torch
You can’t perform that action at this time.
0 commit comments