Skip to content
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

Full GPU Support for Release. #1517

Closed
AeneasZhu opened this issue Nov 18, 2023 · 4 comments
Closed

Full GPU Support for Release. #1517

AeneasZhu opened this issue Nov 18, 2023 · 4 comments
Labels
question Further information is requested

Comments

@AeneasZhu
Copy link

I am sorry, I don't much about coding. But Whisper.cpp helps me a lot in my life and work. The release versions seem not to support CUDA gpu by default, while users have to build on their own. However, I know few about stuff like "Make" or "CMake" and thus don't know how to build it on my Windows PC. Could you release a version with full GPU support? Thank you.

@Ajaja
Copy link

Ajaja commented Nov 18, 2023

Just use artifact whisper-cublas-bin-x64 from actions. But you also have to install CUDA Toolkit 12.1 from nvidia.com or just extract cublas64_12.dll, cublasLt64_12.dll and cudart64_12.dll libraries from the toolkit and put them into whisper.cpp folder.

@AeneasZhu
Copy link
Author

Just use artifact whisper-cublas-bin-x64 from actions. But you also have to install CUDA Toolkit 12.1 from nvidia.com or just extract cublas64_12.dll, cublasLt64_12.dll and cudart64_12.dll libraries from the toolkit and put them into whisper.cpp folder.

I have installed the CUDA Toolkit. But I input main in terminal and nothing happens.

@Ajaja
Copy link

Ajaja commented Nov 18, 2023

It's strange. Maybe it needs cublas64_12.dll, cublasLt64_12.dll and cudart64_12.dll in the folder with main.exe. I have RTX 2060 and everything works well with whisper-cublas-bin-x64 artifacts from master tree and those 3 dlls from CUDA toolkit.

@bobqianic
Copy link
Collaborator

Maybe it needs cublas64_12.dll, cublasLt64_12.dll and cudart64_12.dll in the folder with main.exe

Yes.

We should add these .dll files to the release, for added convenience.

@bobqianic bobqianic added the question Further information is requested label Nov 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants