Long context inference

#28
by thermi6 - opened

Currently any implementation with quantized kv cache still reads quantized fp16 instead of the quantized kv cache format. That increases DRAM transfers by a factor of 4. That makes long context inference incredibly slow.
I am working on a fix based on beellama.cpp with your llama.cpp fork changes.

Sign up or log in to comment