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

Quatized yasserrmd/gpt-oss-coder-20b with llama.cpp commit 54a241f

Thanks for the awesome finetuning work by yasserrmd and OpenAI for the original model.

Multiple ways to use:

  • run with llama.cpp: ./llama-server -m "gpt-oss-coder-MXFP4_MOE.gguf" -ngl 25 --jinja
  • use with lmstudio: just pull from benhaotang/gpt-oss-coder-20B-GGUF
Downloads last month
77
GGUF
Model size
21B params
Architecture
gpt-oss
Hardware compatibility
Log In to add your hardware

4-bit

16-bit

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

Model tree for benhaotang/gpt-oss-coder-20B-GGUF

Quantized
(4)
this model

Dataset used to train benhaotang/gpt-oss-coder-20B-GGUF