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 ffaeba9 commit 95fa2bdCopy full SHA for 95fa2bd
docker/Dockerfile.rocm_base
@@ -101,8 +101,8 @@ RUN cd flash-attention \
101
&& git submodule update --init \
102
&& GPU_ARCHS=$(echo ${PYTORCH_ROCM_ARCH} | sed -e 's/;gfx1[0-9]\{3\}//g') python3 setup.py bdist_wheel --dist-dir=dist
103
RUN mkdir -p /app/install \
104
- && cp /app/pytorch/dist/*.whl /app/install \
105
- && cp /app/vision/dist/*.whl /app/install \
+ # && cp /app/pytorch/dist/*.whl /app/install \
+ # && cp /app/vision/dist/*.whl /app/install \
106
&& cp /app/flash-attention/dist/*.whl /app/install
107
RUN mkdir -p /app/install && cp /app/flash-attention/dist/*.whl /app/install
108
0 commit comments