Spaces:
Runtime error
Runtime error
Commit ·
0346ed8
1
Parent(s): 07cd515
change flash-attn version
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ def install_flash_attn():
|
|
| 30 |
abi_tag = "cxx11abiTRUE" if cxx11_abi else "cxx11abiFALSE"
|
| 31 |
|
| 32 |
# flash-attn version to install
|
| 33 |
-
flash_attn_version = "2.
|
| 34 |
|
| 35 |
# Construct the wheel filename
|
| 36 |
# Example: flash_attn-2.7.4.post1+cu12torch2.4cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
|
|
|
|
| 30 |
abi_tag = "cxx11abiTRUE" if cxx11_abi else "cxx11abiFALSE"
|
| 31 |
|
| 32 |
# flash-attn version to install
|
| 33 |
+
flash_attn_version = "2.8.3"
|
| 34 |
|
| 35 |
# Construct the wheel filename
|
| 36 |
# Example: flash_attn-2.7.4.post1+cu12torch2.4cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
|