We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Environment:
Issue: When running with CUDA 12.6, getting error: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment
Attempted fixes:
Need guidance on running Whisper-WebUI with CUDA 12.6 system installation.
The text was updated successfully, but these errors were encountered:
Hi. Can you
nvcc -V
in the terminal and show what it prints out?
I'm using the CUDA 12.6 Windows build and it works fine.
I believe it should work fine on Ubuntu too, and make sure you have the proper CUDA installed for your OS: https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&Distribution=WSL-Ubuntu&target_version=2.0&target_type=deb_network
In Colab, it uses CUDA 12.2 on Linux, and it worked fine with both torch 2.5.0+cu121 and torch 2.5.1+cu124.
torch 2.5.0+cu121
torch 2.5.1+cu124
Sorry, something went wrong.
jhj0517
No branches or pull requests
Environment:
Issue:
When running with CUDA 12.6, getting error:
CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment
Attempted fixes:
Need guidance on running Whisper-WebUI with CUDA 12.6 system installation.
The text was updated successfully, but these errors were encountered: