GGUF
gpt_oss
llama.cpp
unsloth
mxfp4
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 EclipseMist/gpt-oss-20b-Opus-4.5-distill-GGUF-EXP
# Run inference directly in the terminal:
llama-cli -hf EclipseMist/gpt-oss-20b-Opus-4.5-distill-GGUF-EXP
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf EclipseMist/gpt-oss-20b-Opus-4.5-distill-GGUF-EXP
# Run inference directly in the terminal:
llama-cli -hf EclipseMist/gpt-oss-20b-Opus-4.5-distill-GGUF-EXP
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 EclipseMist/gpt-oss-20b-Opus-4.5-distill-GGUF-EXP
# Run inference directly in the terminal:
./llama-cli -hf EclipseMist/gpt-oss-20b-Opus-4.5-distill-GGUF-EXP
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 EclipseMist/gpt-oss-20b-Opus-4.5-distill-GGUF-EXP
# Run inference directly in the terminal:
./build/bin/llama-cli -hf EclipseMist/gpt-oss-20b-Opus-4.5-distill-GGUF-EXP
Use Docker
docker model run hf.co/EclipseMist/gpt-oss-20b-Opus-4.5-distill-GGUF-EXP
Quick Links

gpt-oss-20b-Opus-4.5-distill-GGUF : GGUF

This model was finetuned and converted to GGUF format using Unsloth.

This was trained on the TeichAI Opus 4.5 dataset https://huggingface.co/datasets/TeichAI/claude-4.5-opus-high-reasoning-250x

This model is trained to sound like Opus do not expect it to perform like Opus does. Hes still a silly lil guy so expect the usual dumbness you get from a model this size.

Since the dataset is 250x examples its for making a style distill there is simply not enough juicy data to create a "Mini Opus"

To do that you would likely need hundreds of thousands of examples and billions of tokens. Even then its only 20b parameters there is only so much that a small model can learn.

It still fails at tool calls in LM studio like the stock GPT OSS 20b does.

Trained using a rank 8 lora and 1e-4 LR

Downloads last month
105
GGUF
Model size
21B params
Architecture
gpt-oss
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

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

Dataset used to train EclipseMist/gpt-oss-20b-Opus-4.5-distill-GGUF-EXP