Skip to content

Commit 4a3424f

Browse files
Upgrade vllm to 0.2.7 (#417)
* Upgrade vllm to 0.2.7 * remove megablocks * fix ipv6
1 parent ff4c672 commit 4a3424f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

model-engine/model_engine_server/inference/vllm/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ RUN pip uninstall torch -y
44
COPY requirements.txt /workspace/requirements.txt
55
RUN pip install -r requirements.txt
66

7-
# install special version of megablocks
8-
RUN pip install git+https://github.com/stanford-futuredata/megablocks.git@5897cd6f254b7b3edf7a708a3a3314ecb54b6f78#egg=megablocks
9-
107
RUN wget https://github.com/peak/s5cmd/releases/download/v2.2.1/s5cmd_2.2.1_Linux-64bit.tar.gz
118
RUN tar -xvzf s5cmd_2.2.1_Linux-64bit.tar.gz
129

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ray==2.6.3
2-
vllm==0.2.5
2+
git+https://github.com/vllm-project/vllm.git@4b61c6b669e368c6850531815940d9a542b9f223#egg=vllm
33
pydantic==1.10.13

0 commit comments

Comments
 (0)