Replies: 2 comments
|
Take a look at the You can do this like for example Also look at You might be able to mix the two, for example use I think where the kv cache goes is determined by |
0 replies
|
The old GPUs have distinct performance on fp32, fp16, int8, maybe if KV cache can be offloaded to a different card, one can leverage this to salvage the VRAM from old card like P40 24G with specific quant, which would be crawling slow with Q4 or fp16. |
0 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.
The title says it all. I was looking how i could offload expert tensors to a specific gpu. And i am looking to find a way to do the same with the kv cache.
Reason being is that i have a weak and a strong gpu and i want only the non expert tensors on the strong gpu, while putting everything else on the weaker gpu.
All reactions