Instructions to use skt/A.X-K2-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use skt/A.X-K2-GGUF with 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 skt/A.X-K2-GGUF:IQ4_XS # Run inference directly in the terminal: llama cli -hf skt/A.X-K2-GGUF:IQ4_XS
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf skt/A.X-K2-GGUF:IQ4_XS # Run inference directly in the terminal: llama cli -hf skt/A.X-K2-GGUF:IQ4_XS
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 skt/A.X-K2-GGUF:IQ4_XS # Run inference directly in the terminal: ./llama-cli -hf skt/A.X-K2-GGUF:IQ4_XS
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 skt/A.X-K2-GGUF:IQ4_XS # Run inference directly in the terminal: ./build/bin/llama-cli -hf skt/A.X-K2-GGUF:IQ4_XS
Use Docker
docker model run hf.co/skt/A.X-K2-GGUF:IQ4_XS
- LM Studio
- Jan
- vLLM
How to use skt/A.X-K2-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "skt/A.X-K2-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "skt/A.X-K2-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/skt/A.X-K2-GGUF:IQ4_XS
- Ollama
How to use skt/A.X-K2-GGUF with Ollama:
ollama run hf.co/skt/A.X-K2-GGUF:IQ4_XS
- Unsloth Studio
How to use skt/A.X-K2-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for skt/A.X-K2-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for skt/A.X-K2-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for skt/A.X-K2-GGUF to start chatting
- Pi
How to use skt/A.X-K2-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf skt/A.X-K2-GGUF:IQ4_XS
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "skt/A.X-K2-GGUF:IQ4_XS" } ] } } }Run Pi
# Start Pi in your project directory: pi
- OpenClaw new
How to use skt/A.X-K2-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf skt/A.X-K2-GGUF:IQ4_XS
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "skt/A.X-K2-GGUF:IQ4_XS" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
- Docker Model Runner
How to use skt/A.X-K2-GGUF with Docker Model Runner:
docker model run hf.co/skt/A.X-K2-GGUF:IQ4_XS
- Lemonade
How to use skt/A.X-K2-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull skt/A.X-K2-GGUF:IQ4_XS
Run and chat with the model
lemonade run user.A.X-K2-GGUF-IQ4_XS
List all available models
lemonade list
- Hermes Agent
How to use skt/A.X-K2-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf skt/A.X-K2-GGUF:IQ4_XS
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default skt/A.X-K2-GGUF:IQ4_XS
Run Hermes
hermes
- Atomic Chat
A.X K2 GGUF
๐ค Original model | ๐ค Collection | ๐ฅ๏ธ Github | ๐ Technical Report
This repository contains quantized GGUF builds of skt/A.X-K2 for llama.cpp.
A.X K2 is a Mixture-of-Experts model with 688B parameters, 33B of them active per token, released in block-scaled FP8. The file here is converted from that checkpoint and quantized to the format in Model files.
The original model card covers the architecture, training data, benchmarks, intended use and limitations. This card only adds what is specific to the GGUF build.
Requirements
Official llama.cpp does not support A.X K2 yet, so build from the
A.X-K2 fork. It is upstream b10236 plus A.X K2 support,
and nothing else:
git clone -b axk2-b10236 https://github.com/cys4/llama.cpp.git
cd llama.cpp
cmake -B build # CPU
cmake -B build -DGGML_CUDA=ON # CUDA
cmake --build build -j
Model files
| File | Size | Bits-per-weight |
|---|---|---|
A.X-K2-IQ4_XS.gguf |
345 GiB | 4.30 |
hf download skt/A.X-K2-GGUF --include "A.X-K2-IQ4_XS.gguf" --local-dir .
Tensors left at full precision include output.weight,
token_embd.weight, the Gated Norm projections (*norm_gate_a/b.weight), the
sparse-attention indexer projection (*indexer.proj.weight), and the MoE router
(*ffn_gate_inp.weight).
Quickstart
For anything the examples do not cover, see the llama.cpp documentation - it all applies here, as long as you build the fork above.
MODEL=A.X-K2-IQ4_XS.gguf
CLI
./build/bin/llama-cli -m "$MODEL" --temp 0.6 --top-p 0.95 -st -p "๋ํ๋ฏผ๊ตญ์ ์๋๋?"
--temp and --top-p control the sampling: lower temperature is more deterministic, and top-p
caps the cumulative probability of the token pool.
-st runs a single turn: llama-cli answers the prompt and exits. Without it, the CLI stays
open for interactive chat.
Server
./build/bin/llama-server -m "$MODEL" --temp 0.6 --top-p 0.95 --host 0.0.0.0 --port 8080
The server exposes an OpenAI-compatible API at http://localhost:8080/v1. Without those flags it
listens on 127.0.0.1:8080. Use --host 0.0.0.0 to let other machines connect.
Think / Non-Think mode
A.X K2 is a hybrid reasoning model. Thinking is on by default, so the commands above emit a
<think> trace before the answer. Both llama-cli and llama-server let you set the mode
explicitly:
--reasoning on # emit the <think>...</think> trace before the answer (think mode, default)
--reasoning off # concise direct answers (non-think mode)
A client can override the server's mode per request with chat_template_kwargs:
curl http://localhost:8080/v1/chat/completions -H "Content-Type: application/json" -d '{
"messages": [{"role": "user", "content": "๋ํ๋ฏผ๊ตญ์ ์๋๋?"}],
"chat_template_kwargs": {"enable_thinking": false}
}'
Contact
For questions about A.X K2 โ including model behavior, deployment, and licensing โ contact the A.X team at a.x@sk.com. Please send reports of vulnerabilities, harmful outputs, suspected misuse, or copyright infringement claims to the same address.
Citation
If you use A.X K2 in your research, please cite the technical report:
@techreport{axk2-2026,
title={A.X K2 Technical Report},
author={SK Telecom},
year={2026},
institution={SK Telecom},
url={https://github.com/SKT-AI/A.X-K2/blob/main/A_X_K2_Tech_Report.pdf},
}
- Downloads last month
- -
4-bit
Model tree for skt/A.X-K2-GGUF
Base model
skt/A.X-K2