Skip to content

Commit 664b663

Browse files
authored
Update INSTALL.md
1 parent 09eb4c5 commit 664b663

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

INSTALL.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ export PATH=~/.uv:$PATH
1717
%>uv sync
1818
1919
# 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)
2023
%>uv pip install torch
2124
%>uv pip install flash_attn --no-build-isolation
2225

0 commit comments

Comments
 (0)