There was an error while loading. Please reload this page.
1 parent 6eb7e63 commit c282e99Copy full SHA for c282e99
1 file changed
docker/vllm/inference/0.9.1/Dockerfile.neuronx
@@ -220,10 +220,10 @@ RUN ${PIP} install --no-cache-dir \
220
221
# Install VLLM from source
222
RUN cd /tmp \
223
- && git clone -b neuron-2.24-vllm-v0.7.2 https://github.com/aws-neuron/upstreaming-to-vllm.git \
+ && git clone -b 2.25.0 https://github.com/aws-neuron/upstreaming-to-vllm.git \
224
&& cd upstreaming-to-vllm \
225
&& ${PIP} install --no-cache-dir -r requirements/neuron.txt \
226
- && SETUPTOOLS_SCM_PRETEND_VERSION="2.24.0.0" VLLM_TARGET_DEVICE="neuron" ${PIP} install --no-cache-dir -e . \
+ && VLLM_TARGET_DEVICE="neuron" ${PIP} install --no-cache-dir -e . \
227
&& cd / \
228
&& rm -rf /tmp/upstreaming-to-vllm
229
0 commit comments