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 ff4c672 commit 4a3424fCopy full SHA for 4a3424f
model-engine/model_engine_server/inference/vllm/Dockerfile
@@ -4,9 +4,6 @@ RUN pip uninstall torch -y
4
COPY requirements.txt /workspace/requirements.txt
5
RUN pip install -r requirements.txt
6
7
-# install special version of megablocks
8
-RUN pip install git+https://github.com/stanford-futuredata/megablocks.git@5897cd6f254b7b3edf7a708a3a3314ecb54b6f78#egg=megablocks
9
-
10
RUN wget https://github.com/peak/s5cmd/releases/download/v2.2.1/s5cmd_2.2.1_Linux-64bit.tar.gz
11
RUN tar -xvzf s5cmd_2.2.1_Linux-64bit.tar.gz
12
model-engine/model_engine_server/inference/vllm/requirements.txt
@@ -1,3 +1,3 @@
1
ray==2.6.3
2
-vllm==0.2.5
+git+https://github.com/vllm-project/vllm.git@4b61c6b669e368c6850531815940d9a542b9f223#egg=vllm
3
pydantic==1.10.13
0 commit comments