Spaces:
Running
on
L40S
Running
on
L40S
Akash Garg
commited on
Commit
·
4586de6
1
Parent(s):
616f571
config path update
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ if __name__=="__main__":
|
|
118 |
repo_id="Roblox/cube3d-v0.1",
|
119 |
local_dir="./model_weights"
|
120 |
)
|
121 |
-
config_path =
|
122 |
gpt_ckpt_path = "./model_weights/shape_gpt.safetensors"
|
123 |
shape_ckpt_path = "./model_weights/shape_tokenizer.safetensors"
|
124 |
engine_fast = EngineFast(
|
|
|
118 |
repo_id="Roblox/cube3d-v0.1",
|
119 |
local_dir="./model_weights"
|
120 |
)
|
121 |
+
config_path = args.config_path
|
122 |
gpt_ckpt_path = "./model_weights/shape_gpt.safetensors"
|
123 |
shape_ckpt_path = "./model_weights/shape_tokenizer.safetensors"
|
124 |
engine_fast = EngineFast(
|