-
Notifications
You must be signed in to change notification settings - Fork 579
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
Cpu issue #181
Comments
Sorry the pytorch version requires an nvidia gpu to work (contrary to text models, a speech model like moshi needs to be real time and this would be very tricky on cpu only even with 120 cores). |
There is any version that can work without nnvidia gpu? i can give 200 cores if needed. |
You can try the rust version, everything should be cpu compatible but it's unlikely anyone tried this out so you may well run into issues (on top of the model likely not being real-time). |
Thnx. |
after python -m moshi.server --device cpu --hf-repo kyutai/moshiko-candle-bf16 Traceback (most recent call last): |
Sorry if this is totally misguided. Therefore, I recommend closing this issue here.
|
The kyutai/moshiko-candle-bf16 contains the candle/rust version of the weights, the weights to be used with pytorch are in kyutai/moshiko-pytorch-bf16. |
Due diligence
Topic
The PyTorch implementation
Question
python -m moshi.server --device cpu --hf-repo kyutai/moshika-pytorch-bf16
doesn't work .
OS Debian 120+ core cpu 40GB RAM
I have always
"RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx"
The text was updated successfully, but these errors were encountered: