Bounty - Pip installations#18
Conversation
|
pip installing individual libs works. I cannot do import OpenVoiceChat as ovcbut the following works: import llm.llm_gpt as llm_gptMaybe putting all of the things into an OpenVoiceChat module works? Idk. import OpenVoiceChat as ovc
from ovc.llm import llm_gpt |
|
Ok, I will update it then we'll test again. |
|
Damnn, I didn't know it updates in the same PR without me sending one again xD |
|
Ez scene bro. Just commit to this branch and PR updates. |
|
OVC can now be installed by using
Important Points:
|
|
Could you add transformers as an additional dependency as well. And also do the imports in init with llm_hf. Bounty Completed! 💰 |
Files like main.py, translation.py etc import torch and use to setup compute device. I'll add transformers as an optional dependency too, and edit the version too. |
|
Hmm then leave torch in for now. |
I have setup pip installations for all packages.
Things to note:
etc
i.e. OpenVoiceChat[piper], OpenVoiceChat[xtts], OpenVoiceChat[llama] etc etc
I have also updated the Readme.md for better understanding of the user.