-
Notifications
You must be signed in to change notification settings - Fork 4.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tortoise inference fix and fix zoo unit tests #3010
Conversation
Don't forget about XTTS the tokenizer.py in that model generates a voicebpetokenizer attribute error related to preprocess object |
Hi @Lenos500, Sorry, but I dont get what you mean. Tortoise and XTTS have different tokenizers. XTTS inference is working fine to me. Can you give a reproducible example, please? |
0bdbbe9
to
b108c60
Compare
It's a closed issue which I already posted about #3000 |
a083aea
to
2a2c594
Compare
Do you think the error I mentioned for xtts_v1 can be fixed while keeping it able to load on cpu? I'm not the only user suffering from the voicebpetokenizer error when running the model locally on a Linux machine be it Ubuntu or kali Linux |
Hi, Can you use the instructions on docs to do inference with xtts model, please? |
It worked now, turned out I needed to put the vocab.json file in the same directory I'm using to load the model and its config. Even the documentation does not mention the vocab file in its instructions. |
It fixes #3005 and added a inference unit test for tortoise inference.