Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -10,8 +10,8 @@ import subprocess
|
|
10 |
|
11 |
try:
|
12 |
print(subprocess.check_output(["nvcc", "--version"]).decode("utf-8"))
|
13 |
-
except
|
14 |
-
print("nvcc version check error
|
15 |
# subprocess.run('python -m pip install flash-attn --no-build-isolation', shell=True)
|
16 |
|
17 |
from nf4 import *
|
|
|
10 |
|
11 |
try:
|
12 |
print(subprocess.check_output(["nvcc", "--version"]).decode("utf-8"))
|
13 |
+
except:
|
14 |
+
print("nvcc version check error")
|
15 |
# subprocess.run('python -m pip install flash-attn --no-build-isolation', shell=True)
|
16 |
|
17 |
from nf4 import *
|