Skip to content

Commit 8b4a490

Browse files
authored
Merge pull request #131 from runpod-workers/up-0.6.4
[Core]Update vllm-0.6.4
2 parents 6e8696c + 4e10641 commit 8b4a490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
1212
python3 -m pip install --upgrade -r /requirements.txt
1313

1414
# Install vLLM (switching back to pip installs since issues that required building fork are fixed and space optimization is not as important since caching) and FlashInfer
15-
RUN python3 -m pip install vllm==0.6.3 && \
15+
RUN python3 -m pip install vllm==0.6.4 && \
1616
python3 -m pip install flashinfer -i https://flashinfer.ai/whl/cu121/torch2.3
1717

1818
# Setup for Option 2: Building the Image with the Model included

0 commit comments

Comments
 (0)