We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ca27c commit 4f9b4e6Copy full SHA for 4f9b4e6
1 file changed
docker/transformers-all-latest-gpu/Dockerfile
@@ -51,6 +51,10 @@ RUN python3 -m pip install --no-cache-dir bitsandbytes
51
# Some tests require quanto
52
RUN python3 -m pip install --no-cache-dir quanto
53
54
+# After using A10 as CI runner, let's run FA2 tests
55
+RUN python3 -m pip uninstall -y ninja && python3 -m pip install --no-cache-dir ninja && python3 -m pip install flash-attn --no-cache-dir --no-build-isolation
56
+
57
+# TODO (ydshieh): check this again
58
# `quanto` will install `ninja` which leads to many `CUDA error: an illegal memory access ...` in some model tests
59
# (`deformable_detr`, `rwkv`, `mra`)
60
RUN python3 -m pip uninstall -y ninja
0 commit comments