Creating a llamafile of a TTS Model #508
-
Is it possible to make a llamafile from this model: It looks like your example models all are for chatting. But the model I have mentioned above is a text-to-speech model. It can be used to read offline an ebook for you with a natural voice. So the question is: Is it possible? I have an old Intel CPU i5, generation 4 and 16 GB RAM. Would appreciate some answer. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
AFAIK, llamafile is specifically designed to work with quantised language models. there is lot more architectural difference b/w LM and TTS models |
Beta Was this translation helpful? Give feedback.
-
Thank you. this was my fear. |
Beta Was this translation helpful? Give feedback.
-
its possible for something like bark.cpp to be llamafiled |
Beta Was this translation helpful? Give feedback.
AFAIK, llamafile is specifically designed to work with quantised language models. there is lot more architectural difference b/w LM and TTS models