-
Notifications
You must be signed in to change notification settings - Fork 10k
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
[ISSUE] --gpu-layers in useless. #1555
Comments
Please use the cuda/cublas variant over the OpenCL one. It is always better on nvidia hardware. |
The PR for OpenCL GPU acceleration #1459 hasn't been merged yet so setting --n-gpu-layers with |
Would it be a good idea to have |
I opened a PR that adds documentation and an error upon trying to use --n-gpu-layers without an implementation. I'll revisit it once my other PR for optimization options gets merged. |
I am on linux with an nvidia card using CLBLAST (CUBLAST hates me) and --gpu-layers (any number) is no faster than without it,
I checked the nvidia-smi ouput and it is showing me only 80mib vram used (same as without -ngl)
pls help
The text was updated successfully, but these errors were encountered: