Skip to content

Commit

Permalink
Fix Dockerfile.rocm (vllm-project#2101)
Browse files Browse the repository at this point in the history
Co-authored-by: miloice <jeffaw99@hotmail.com>
  • Loading branch information
tjtanaa and big-yellow-duck authored Dec 14, 2023
1 parent 6774bd5 commit 05bdf4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.rocm
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN pip install xformers==0.0.23 --no-deps
RUN cd /app \
&& cd vllm \
&& pip install -U -r requirements-rocm.txt \
&& bash patch_xformers-0.0.23.rocm.sh \
&& bash patch_xformers.rocm.sh \
&& python3 setup.py install \
&& cd ..

Expand Down

0 comments on commit 05bdf4e

Please sign in to comment.