mirror of
https://github.com/wassname/vllm.git
synced 2026-06-27 17:18:11 +08:00
[Misc] Remove VLLM_BUILD_WITH_NEURON env variable (#5389)
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ COPY ./requirements-neuron.txt /app/vllm/requirements-neuron.txt
|
||||
RUN cd /app/vllm \
|
||||
&& python3 -m pip install -U -r requirements-neuron.txt
|
||||
|
||||
ENV VLLM_BUILD_WITH_NEURON 1
|
||||
ENV VLLM_TARGET_DEVICE neuron
|
||||
RUN cd /app/vllm \
|
||||
&& pip install -e . \
|
||||
&& cd ..
|
||||
|
||||
Reference in New Issue
Block a user