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

Llamacpp experimental Quantizations of gpt-oss-120b by Open AI

Using llama.cpp branch gpt-oss-mxfp4, PR here: https://github.com/ggml-org/llama.cpp/pull/15091

You must use that branch in order to run the model

Original model: https://huggingface.co/openai/gpt-oss-120b

This is a single static quant in the new MXFP4 format, rest of sizes will come after PR is merged

Downloads last month
500
GGUF
Model size
117B 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. πŸ™‹ 2 Ask for provider support

Model tree for bartowski/openai_gpt-oss-120b-GGUF-MXFP4-Experimental

Quantized
(108)
this model