How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Kamali-Lab/Kimi-Linear-48B-A3B-Instruct-GGUF:F16
# Run inference directly in the terminal:
llama cli -hf Kamali-Lab/Kimi-Linear-48B-A3B-Instruct-GGUF:F16
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Kamali-Lab/Kimi-Linear-48B-A3B-Instruct-GGUF:F16
# Run inference directly in the terminal:
llama cli -hf Kamali-Lab/Kimi-Linear-48B-A3B-Instruct-GGUF:F16
Use pre-built binary
# 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 Kamali-Lab/Kimi-Linear-48B-A3B-Instruct-GGUF:F16
# Run inference directly in the terminal:
./llama-cli -hf Kamali-Lab/Kimi-Linear-48B-A3B-Instruct-GGUF:F16
Build from source code
git 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 Kamali-Lab/Kimi-Linear-48B-A3B-Instruct-GGUF:F16
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Kamali-Lab/Kimi-Linear-48B-A3B-Instruct-GGUF:F16
Use Docker
docker model run hf.co/Kamali-Lab/Kimi-Linear-48B-A3B-Instruct-GGUF:F16
Quick Links

These are AMD GFX906-focused GGUF quantizations of Kimi-Linear-48B-A3B-Instruct.

For GFX906 users: Kimi-Linear support has been merged into the llama.cpp-gfx906 fork.

You can git clone it and compile locally with the following commands:

git clone https://github.com/iacopPBK/llama.cpp-gfx906.git
cd llama.cpp-gfx906
./SCRIPT_compile_MI50.sh  # edit ROCM_PATH if not using /opt/rocm

Full credits for the Kimi-Linear implementation goes to ymcki! See their github repo here.

Downloads last month
23
GGUF
Model size
49B params
Architecture
kimi-linear
Hardware compatibility
Log In to add your hardware

4-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for Kamali-Lab/Kimi-Linear-48B-A3B-Instruct-GGUF

Quantized
(24)
this model