-
Notifications
You must be signed in to change notification settings - Fork 30
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
Can we add CUDA support to the Rhasspy3 HA Addon? #21
Comments
I could build a separate version based on the NVIDIA image. I wasn't aware you could enable GPU access in HA. Is that a separate config.yaml option? |
One other thing I realized, I wouldn't be able to try out other models anyway as I don't think they are part of the docker image 😆 Guess the same goes for trying other TTS engines and such? |
Hi, did you finally manage to support CUDA? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I was attempting to enable CUDA support on the HA addon to test out larger faster-whisper models with CUDA acceleration, but seems the docker image isn't able to support it. I get the following error:
RuntimeError: CUDA failed with error CUDA driver version is insufficient for CUDA runtime version
Thanks! :)
The text was updated successfully, but these errors were encountered: