How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="Felladrin/gguf-MXFP4-gpt-oss-20b-Derestricted",
	filename="gpt-oss-20b-Derestricted-MXFP4_MOE.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

GPT-OSS 20b Derestricted (MXFP4 GGUF)

GGUF version from ArliAI/gpt-oss-20b-Derestricted using MXFP4 quantization.

Downloads last month
302
GGUF
Model size
21B 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 Felladrin/gguf-MXFP4-gpt-oss-20b-Derestricted

Quantized
(11)
this model