-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Can't disable gpu #1762
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
Comments
Hi @slaren , is there a way to completely turn off OpenCL during runtime? Thanks! |
Currently, there is no way to disable the GPU completely when the project is built with OpenCL support. Will think about fixing this. In the meantime, does the information from #888 help in anyway? |
@ggerganov |
@ggerganov I am also trying to turn off GPU use to allow for background processing on the iphone. Apologies if this is obvious, but is it possible for me to turn off the OpenCL support so that I can turn off the GPU use? |
You can easily update You can add a This is currently not officially supported in |
@ggerganov |
@ggerganov Also about the option for disable gpu using |
hi,
best |
@WilliamTambellini this no longer happens with the CUDA backend after the sync with ggml from yesterday. |
Tks @slaren Superb, I will pull and rebuild and retest. Congrats. |
Tks @slaren @ggerganov |
I'll probably make a new one soon, yes |
Is there an update regrading this feature? |
Uh oh!
There was an error while loading. Please reload this page.
whisper_context_params.use_gpu = false;
doesn't work. it still trying to use opencl and leads to crash (specific in my case with opencl)
I use it in my project vibe
And this option very important because I want to give users the best possible speed with GPU but fallback in case of error.
The text was updated successfully, but these errors were encountered: