Spaces:
Running
Running
update app.py
Browse files
app.py
CHANGED
|
@@ -15,8 +15,8 @@ except ImportError:
|
|
| 15 |
def install_flash_attn():
|
| 16 |
os.system("pip install flash-attn==2.5.9.post1")
|
| 17 |
|
| 18 |
-
install_flash_attn()
|
| 19 |
-
import flash_attn
|
| 20 |
|
| 21 |
|
| 22 |
def kill_processes_by_cmd_substring(cmd_substring):
|
|
|
|
| 15 |
def install_flash_attn():
|
| 16 |
os.system("pip install flash-attn==2.5.9.post1")
|
| 17 |
|
| 18 |
+
# install_flash_attn()
|
| 19 |
+
# import flash_attn
|
| 20 |
|
| 21 |
|
| 22 |
def kill_processes_by_cmd_substring(cmd_substring):
|