How to use from
llama.cppInstall from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf VECTORVV1/DeepSeek-R1-Distill-Qwen-14B# Run inference directly in the terminal:
llama-cli -hf VECTORVV1/DeepSeek-R1-Distill-Qwen-14BUse 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# Run inference directly in the terminal:
./llama-cli -hf VECTORVV1/DeepSeek-R1-Distill-Qwen-14BBuild 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# Run inference directly in the terminal:
./build/bin/llama-cli -hf VECTORVV1/DeepSeek-R1-Distill-Qwen-14BUse Docker
docker model run hf.co/VECTORVV1/DeepSeek-R1-Distill-Qwen-14BQuick 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
- 345
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. π Ask for provider support
Install from brew
# Start a local OpenAI-compatible server with a web UI: llama-server -hf VECTORVV1/DeepSeek-R1-Distill-Qwen-14B# Run inference directly in the terminal: llama-cli -hf VECTORVV1/DeepSeek-R1-Distill-Qwen-14B