Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -3,11 +3,11 @@
|
|
3 |
import os,subprocess
|
4 |
os.system('pip install --upgrade --pre --extra-index-url https://download.pytorch.org/whl/nightly/cu126 "torch<2.9" spaces')
|
5 |
#subprocess.run('pip install flash-attn --no-build-isolation', env={'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"}, shell=True)
|
6 |
-
subprocess.run(
|
7 |
-
|
8 |
|
9 |
-
|
10 |
-
)
|
11 |
import spaces
|
12 |
import argparse
|
13 |
import logging
|
|
|
3 |
import os,subprocess
|
4 |
os.system('pip install --upgrade --pre --extra-index-url https://download.pytorch.org/whl/nightly/cu126 "torch<2.9" spaces')
|
5 |
#subprocess.run('pip install flash-attn --no-build-isolation', env={'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"}, shell=True)
|
6 |
+
# subprocess.run(
|
7 |
+
# 'pip install "flash-attn<2.8.2" --no-build-isolation',
|
8 |
|
9 |
+
# shell=True
|
10 |
+
# )
|
11 |
import spaces
|
12 |
import argparse
|
13 |
import logging
|