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

Why not runing whisper CUDA on GPU 1050TI on windows? #1552

Closed
spaceVpn opened this issue Nov 25, 2023 · 4 comments · Fixed by #1554
Closed

Why not runing whisper CUDA on GPU 1050TI on windows? #1552

spaceVpn opened this issue Nov 25, 2023 · 4 comments · Fixed by #1554
Labels
bug Something isn't working

Comments

@spaceVpn
Copy link

I downloaded this version: whisper-cublas-bin-x64.zip
I start decryption, all work goes on the processor.
GPU is not loaded.
The console shows: CUDA is available.
Attached screenshots.
Can you tell me how to run whisper with gpu usage on windows.

Cmd_run_list
CPU_Load

@bobqianic
Copy link
Collaborator

bobqianic commented Nov 25, 2023

You can monitor the GPU utilization rate using GPU-Z. I've noticed a similar phenomenon where the Windows Task Manager fails to display the GPU utilization rate accurately. I'm not sure of the reason behind this discrepancy.

Edit: https://stackoverflow.com/questions/61507765/gpu-usage-shows-zero-when-cuda-with-pytorch-using-on-windows

@bobqianic bobqianic added the question Further information is requested label Nov 25, 2023
@spaceVpn
Copy link
Author

You can monitor the GPU utilization rate using GPU-Z. I've noticed a similar phenomenon where the Windows Task Manager fails to display the GPU utilization rate accurately. I'm not sure of the reason behind this discrepancy.

It's something else
gpu

@bobqianic
Copy link
Collaborator

bobqianic commented Nov 25, 2023

It's something else

Okay, my mistake. You're right, the v1.5.1 cublas binary isn't working. I uploaded it last night using binaries from GitHub runners, but since they don't have GPUs, the CUDA code didn't compile properly. I'll compile it locally on my machine, where I have the necessary GPU support, and then upload it again.

Edit: Even if there is no GPU, nvcc should compile CUDA code correctly.
https://stackoverflow.com/questions/20186848/can-i-compile-a-cuda-program-without-having-a-cuda-device

@ggerganov
Copy link
Owner

It's better to fix the build + CI if it is not working. I don't have Windows to debug this

@bobqianic bobqianic added bug Something isn't working and removed question Further information is requested labels Nov 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants