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 6774bd5 commit 05bdf4eCopy full SHA for 05bdf4e
Dockerfile.rocm
@@ -52,7 +52,7 @@ RUN pip install xformers==0.0.23 --no-deps
52
RUN cd /app \
53
&& cd vllm \
54
&& pip install -U -r requirements-rocm.txt \
55
- && bash patch_xformers-0.0.23.rocm.sh \
+ && bash patch_xformers.rocm.sh \
56
&& python3 setup.py install \
57
&& cd ..
58
0 commit comments