Update flashattn.sh
Browse files- flashattn.sh +1 -1
flashattn.sh
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
MAX_JOBS=2 pip install flash-attn --use-pep517 --no-build-isolation
|
|
|
|
| 1 |
+
MAX_JOBS=2 pip install flash-attn==2.8.2 --use-pep517 --no-build-isolation
|