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 09eb4c5 commit 664b663Copy full SHA for 664b663
INSTALL.md
@@ -17,6 +17,9 @@ export PATH=~/.uv:$PATH
17
%>uv sync
18
19
# install flash_attn which is not uv compatible
20
+# (this step might take very long, it is faster when ninja is available but then
21
+# MAX_JOBS=4 should be set as environment variable; the step might need to be run
22
+# on a compute node to ensure the correct CUDA environment is available)
23
%>uv pip install torch
24
%>uv pip install flash_attn --no-build-isolation
25
0 commit comments