gpt-oss
Collection
OpenAI's gpt-oss-20b and gpt-oss-120b
β’
2 items
β’
Updated
Original model: Adopting F16 from unsloth/gpt-oss-20b-GGUF.
MXFP4_MOE quant made with update in this PR llama.cpp #15091
MXFP4_MOE : 11.27 GiB (4.63 BPW)
# !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-20b-GGUF",
local_dir = "bobchenyx/gpt-oss-20b-GGUF",
allow_patterns = ["*MXFP4_MOE*"],
)
4-bit
Base model
openai/gpt-oss-20b