Views
No views yet
llama.cpp, LM Studio, Ollama, and other GGUF runtimes.transformers (safetensors) version.| File | Quant | Size | Notes |
|---|---|---|---|
KeyLM-75M-Instruct.F16.gguf | F16 | ~144 MB | Full precision and recommended. The model is already tiny, so there is little reason to quantize further. |
1# straight from the Hub
2llama-cli -hf Eclipse-Senpai/KeyLM-75M-Instruct-GGUF -cnv
3
4# or a local file
5llama-cli -m KeyLM-75M-Instruct.F16.gguf -cnvUser: / Assistant:, assistant turns ending with </s>) is embedded in the GGUF, so conversation mode (-cnv) applies it automatically..gguf; the embedded chat template is detected automatically.ollama run hf.co/Eclipse-Senpai/KeyLM-75M-Instruct-GGUF