Spaces:
Running
on
Zero
Running
on
Zero
Updating to use new args file
Browse files
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, "
|
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):
|