lucalp commited on
Commit
5c58fd6
·
1 Parent(s): 0d61fe6

Updating to use new args file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ class BytelatentProcessor:
86
 
87
  # 2. Load Bytelatent model components
88
  consolidated_path = os.path.join(self.weights_dir, model_name)
89
- train_args_path = os.path.join(consolidated_path, "params.json")
90
  entropy_model_dir = os.path.join(consolidated_path, "entropy_model")
91
 
92
  if not os.path.exists(train_args_path):
 
86
 
87
  # 2. Load Bytelatent model components
88
  consolidated_path = os.path.join(self.weights_dir, model_name)
89
+ train_args_path = os.path.join(consolidated_path, "train_args.json")
90
  entropy_model_dir = os.path.join(consolidated_path, "entropy_model")
91
 
92
  if not os.path.exists(train_args_path):