Unverified Commit 05bdf4ea authored by TJian's avatar TJian Committed by GitHub
Browse files

Fix Dockerfile.rocm (#2101)


Co-authored-by: default avatarmiloice <jeffaw99@hotmail.com>
parent 6774bd50
......@@ -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 ..
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment