GGUF
conversational
How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf witflag/Clarion:
# Run inference directly in the terminal:
llama-cli -hf witflag/Clarion:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf witflag/Clarion:
# Run inference directly in the terminal:
llama-cli -hf witflag/Clarion:
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 witflag/Clarion:
# Run inference directly in the terminal:
./llama-cli -hf witflag/Clarion:
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 witflag/Clarion:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf witflag/Clarion:
Use Docker
docker model run hf.co/witflag/Clarion:
Quick Links

Qwen3 14B Claude Sonnet 4.5 Reasoning Distill

This model was trained on a Claude Sonnet 4.5 (reasoning) dataset with a high reasoning effort.

Downloads last month
21
GGUF
Model size
15B params
Architecture
qwen3
Hardware compatibility
Log In to add your hardware

3-bit

4-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for witflag/Clarion

Finetuned
Qwen/Qwen3-14B
Quantized
(24)
this model

Dataset used to train witflag/Clarion