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 08f4457 commit b97542eCopy full SHA for b97542e
images/runtime/training/py311-rocm62-torch251/Dockerfile
@@ -74,7 +74,7 @@ RUN export TMP_DIR=$(mktemp -d) \
74
&& git clone --depth 1 --branch v2.7.4 https://github.com/Dao-AILab/flash-attention.git \
75
&& cd flash-attention \
76
&& git submodule update --init \
77
- && MAX_JOBS="16" python3 setup.py install --verbose \
+ && MAX_JOBS="16" pip install --no-build-isolation . \
78
&& rm -rf $TMP_DIR
79
80
# Install BitsAndBytes
0 commit comments