--n-gpu-layers '-1' is not auto calculating amount of max available layers #14830
Closed
andrew-aladjev
started this conversation in
General
Replies: 1 comment 3 replies
-
I think the correct thing to do is |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the most recent version of llama.cpp (using
docker
):The output is:
Now let's try to use the
25
value for--n-gpu-layers
:The output is:
Ok, then
24
layers is the max possible value. Now let's try to use auto calculation (--n-gpu-layers
is-1
).The output is:
Why is the auto calculation of the number of layers for the GPU not working?
Beta Was this translation helpful? Give feedback.
All reactions