fish-speech
fish-speech copied to clipboard
FileNotFoundError: [Errno 2] No such file or directory: 'checkpoints/fish-speech-1.4/tokenizer.tiktoken'
Self Checks
- [X] This template is only for bug reports. For questions, please visit Discussions.
- [X] I have thoroughly reviewed the project documentation (installation, training, inference) but couldn't find information to solve my problem. English 中文 日本語 Portuguese (Brazil)
- [X] I have searched for existing issues, including closed ones. Search issues
- [X] I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
- [X] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
- [X] Please do not modify this template and fill in all required fields.
Cloud or Self Hosted
Cloud
Environment Details
Google Colab python 3.10
Steps to Reproduce
!python tools/vqgan/inference.py -i {src_A_audio} --checkpoint-path "checkpoints/fish-speech-1.4/firefly-gan-vq-fsq-8x1024-21hz-generator.pth" --output-path {reference_A_audio} --device cpu #cuda
!python tools/llama/generate.py --text {target_text} --prompt-text "The text corresponding to reference audio" --prompt-tokens {reference_A_token} --checkpoint-path "checkpoints/fish-speech-1.4" --num-samples 2 --device cpu #cuda
✔️ Expected Behavior
Run thgrouth and generat codes_0.npy
❌ Actual Behavior
Traceback (most recent call last):
File "/content/fish-speech/tools/llama/generate.py", line 1115, in