Spaces:
Runtime error
Runtime error
lengyue233
commited on
Commit
•
af81912
1
Parent(s):
89518a7
fix model dir
Browse files
app.py
CHANGED
@@ -300,9 +300,9 @@ if __name__ == "__main__":
|
|
300 |
args.compile = True
|
301 |
args.max_gradio_length = 1024
|
302 |
args.tokenizer = "./checkpoints/fish-speech-1"
|
303 |
-
args.llama_checkpoint_path = "./checkpoints/text2semantic-sft-large-v1-4k.pth"
|
304 |
args.llama_config_name = "dual_ar_2_codebook_large"
|
305 |
-
args.vqgan_checkpoint_path = "./checkpoints/vq-gan-group-fsq-2x1024.pth"
|
306 |
args.vqgan_config_name = "vqgan_pretrain"
|
307 |
|
308 |
logger.info("Loading Llama model...")
|
|
|
300 |
args.compile = True
|
301 |
args.max_gradio_length = 1024
|
302 |
args.tokenizer = "./checkpoints/fish-speech-1"
|
303 |
+
args.llama_checkpoint_path = "./checkpoints/fish-speech-1/text2semantic-sft-large-v1-4k.pth"
|
304 |
args.llama_config_name = "dual_ar_2_codebook_large"
|
305 |
+
args.vqgan_checkpoint_path = "./checkpoints/fish-speech-1/vq-gan-group-fsq-2x1024.pth"
|
306 |
args.vqgan_config_name = "vqgan_pretrain"
|
307 |
|
308 |
logger.info("Loading Llama model...")
|