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

Llamacpp Quantizations of gpt-oss-120b

Original model: Adopting F16 from unsloth/gpt-oss-120b-GGUF.

MXFP4_MOE quant made with update in this PR llama.cpp #15091

MXFP4_MOE : 59.02 GiB (4.34 BPW)


Download(Example)

# !pip install huggingface_hub hf_transfer
import os
os.environ["HF_HUB_ENABLE_HF_TRANSFER"] = "1"
from huggingface_hub import snapshot_download
snapshot_download(
    repo_id = "bobchenyx/gpt-oss-120b-GGUF",
    local_dir = "bobchenyx/gpt-oss-120b-GGUF",
    allow_patterns = ["*MXFP4_MOE*"],
)
Downloads last month
4
GGUF
Model size
117B params
Architecture
gpt-oss
Hardware compatibility
Log In to add your hardware

4-bit

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

Model tree for bobchenyx/gpt-oss-120b-GGUF

Quantized
(110)
this model

Collection including bobchenyx/gpt-oss-120b-GGUF