ik_llama quants
Collection
8 items • Updated • 1
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf gghfez/DeepSeek-R1-Zero-IQ2_KS:Q2_K# Run inference directly in the terminal:
llama-cli -hf gghfez/DeepSeek-R1-Zero-IQ2_KS:Q2_K# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf gghfez/DeepSeek-R1-Zero-IQ2_KS:Q2_K# Run inference directly in the terminal:
./llama-cli -hf gghfez/DeepSeek-R1-Zero-IQ2_KS:Q2_Kgit clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf gghfez/DeepSeek-R1-Zero-IQ2_KS:Q2_K# Run inference directly in the terminal:
./build/bin/llama-cli -hf gghfez/DeepSeek-R1-Zero-IQ2_KS:Q2_Kdocker model run hf.co/gghfez/DeepSeek-R1-Zero-IQ2_KS:Q2_Kik_llama.cpp imatrix MLA Quantizations of deepseek-ai/DeepSeek-R1-Zero
This is an IQ2_KS quant of deepseek-ai/DeepSeek-R1-Zero using ubergarm's IQ2_KS recipe from ubergarm/DeepSeek-TNG-R1T2-Chimera-GGUF.
This quant collection REQUIRES ik_llama.cpp fork to support advanced non-linear SotA quants and Multi-Head Latent Attention (MLA). Do not download these big files and expect them to run on mainline vanilla llama.cpp, ollama, LM Studio, KoboldCpp, etc!
I've uploaded the converted BF16 weights gghfez/DeepSeek-R1-Zero-256x21B-BF16 if I, or anyone else wants to create similar quants in the future.
Note: I may be deleting gghfez/DeepSeek-R1-Zero-256x21B-BF16 shortly due to the new huggingface storage limits.
2-bit
Base model
deepseek-ai/DeepSeek-R1-Zero
Install from brew
# Start a local OpenAI-compatible server with a web UI: llama-server -hf gghfez/DeepSeek-R1-Zero-IQ2_KS:Q2_K# Run inference directly in the terminal: llama-cli -hf gghfez/DeepSeek-R1-Zero-IQ2_KS:Q2_K