Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -306,7 +306,7 @@ if __name__ == "__main__":
|
|
306 |
args.compile = True
|
307 |
args.max_gradio_length = 1024
|
308 |
args.tokenizer = "./checkpoints/fish-speech-1"
|
309 |
-
args.llama_checkpoint_path = "./checkpoints/fish-speech-1/text2semantic-sft-
|
310 |
args.llama_config_name = "dual_ar_2_codebook_medium"
|
311 |
args.vqgan_checkpoint_path = "./checkpoints/fish-speech-1/vq-gan-group-fsq-2x1024.pth"
|
312 |
args.vqgan_config_name = "vqgan_pretrain"
|
|
|
306 |
args.compile = True
|
307 |
args.max_gradio_length = 1024
|
308 |
args.tokenizer = "./checkpoints/fish-speech-1"
|
309 |
+
args.llama_checkpoint_path = "./checkpoints/fish-speech-1/text2semantic-sft-large-v1-4k.pth"
|
310 |
args.llama_config_name = "dual_ar_2_codebook_medium"
|
311 |
args.vqgan_checkpoint_path = "./checkpoints/fish-speech-1/vq-gan-group-fsq-2x1024.pth"
|
312 |
args.vqgan_config_name = "vqgan_pretrain"
|