LPX55 commited on
Commit
5f2ca72
·
verified ·
1 Parent(s): 2a2e5cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,8 +10,8 @@ import subprocess
10
 
11
  try:
12
  print(subprocess.check_output(["nvcc", "--version"]).decode("utf-8"))
13
- except as e:
14
- print("nvcc version check error: ", e)
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 *