How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf VECTORVV1/DeepSeek-R1-Distill-Qwen-14B:MXFP4
# Run inference directly in the terminal:
llama cli -hf VECTORVV1/DeepSeek-R1-Distill-Qwen-14B:MXFP4
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf VECTORVV1/DeepSeek-R1-Distill-Qwen-14B:MXFP4
# Run inference directly in the terminal:
llama cli -hf VECTORVV1/DeepSeek-R1-Distill-Qwen-14B:MXFP4
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 VECTORVV1/DeepSeek-R1-Distill-Qwen-14B:MXFP4
# Run inference directly in the terminal:
./llama-cli -hf VECTORVV1/DeepSeek-R1-Distill-Qwen-14B:MXFP4
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 VECTORVV1/DeepSeek-R1-Distill-Qwen-14B:MXFP4
# Run inference directly in the terminal:
./build/bin/llama-cli -hf VECTORVV1/DeepSeek-R1-Distill-Qwen-14B:MXFP4
Use Docker
docker model run hf.co/VECTORVV1/DeepSeek-R1-Distill-Qwen-14B:MXFP4
Quick Links

GPT-OSS-20B-Uncensored-HauhauCS-Aggressive

Join the Discord for updates, roadmaps, projects, or just to chat.

Uncensored version of GPT-OSS 20B. This is the aggressive variant - tuned harder for fewer refusals.

If you want something more conservative, check out the Balanced variant.

Format

MXFP4 GGUF. Works with llama.cpp, ollama, LM Studio, and anything else that loads GGUFs.

LM Studio

Compatible with Reasoning Effort custom buttons. To use them, put the model in:

LM Models\lmstudio-community\gpt-oss-20b-GGUF\

About

  • Base model: GPT-OSS 20B
  • Abliterated with custom tooling
  • Pick this one if you want maximum uncensoring
Downloads last month
19
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