Views
No views yet
[!TIP] KV-cache quantization (upstream, no fork needed): llama.cpp/Ollama cover this natively —-ctk q8_0 -ctv q8_0(~half KV memory, negligible quality loss) or-ctk q4_0 -ctv q4_0(~quarter memory, small quality cost). In Ollama:OLLAMA_KV_CACHE_TYPE=q8_0withOLLAMA_FLASH_ATTENTION=1.
llama-quantize (upstream llama.cpp)convert_hf_to_gguf.pyllama-embedding -m harrier-0.6b-Q8_0.gguf -p "What is Harrier-OSS?"