You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Llama.cpp's -nkvo argument disables KV cache offload to the GPU, this allows a 9B model to be loaded onto 9GB of VRAM and used without risk of OOM as context increase. This is very important as R1 distilled models often reason with thousands of tokens before giving an answer.
Llama.cpp's
-nkvo
argument disables KV cache offload to the GPU, this allows a 9B model to be loaded onto 9GB of VRAM and used without risk of OOM as context increase. This is very important as R1 distilled models often reason with thousands of tokens before giving an answer.https://github.com/ggerganov/llama.cpp/blob/master/examples/server/README.md
The text was updated successfully, but these errors were encountered: