Ffftdtd5dtft commited on
Commit
45817bf
·
verified ·
1 Parent(s): e188c9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def generate_importance_matrix(model_path, train_data_path):
18
  print(f"Current working directory: {os.getcwd()}")
19
  print(f"Files in the current directory: {os.listdir('.')}")
20
 
21
- if not os.path.isfile(f"../{model_path}")):
22
  raise Exception(f"Model file not found: {model_path}")
23
 
24
  print("Running imatrix command...")
 
18
  print(f"Current working directory: {os.getcwd()}")
19
  print(f"Files in the current directory: {os.listdir('.')}")
20
 
21
+ if not os.path.isfile(f"../{model_path}"):
22
  raise Exception(f"Model file not found: {model_path}")
23
 
24
  print("Running imatrix command...")