|
|
|
|
|
by xlayn
9 days ago
|
|
I created a patch for llama.cpp to store on disk instead of deleting the kv cache as well as the checkpoints... there is this bug on llama.cpp if you have more than one instance going on of chats... and that causes the kv cache to be lost between changes of chat...
And I can tell you, using Qwen3.627B after one day of use you can have 120-200Gb of chats on disk.
And yes it's way way faster, even if you get it from a spinning disk it's still faster than re-computing the whole thing... I guess for a 300B parameter or more and couple million users with the price of storage increasing as part of ramagedon this is also not viable... |
|