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 mlasli/Nemotron-3.5-Lightning-30B-A3B-Heretic-Uncensored-Q6_K-GGUF:Q6_K
# Run inference directly in the terminal:
llama cli -hf mlasli/Nemotron-3.5-Lightning-30B-A3B-Heretic-Uncensored-Q6_K-GGUF:Q6_K
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf mlasli/Nemotron-3.5-Lightning-30B-A3B-Heretic-Uncensored-Q6_K-GGUF:Q6_K
# Run inference directly in the terminal:
llama cli -hf mlasli/Nemotron-3.5-Lightning-30B-A3B-Heretic-Uncensored-Q6_K-GGUF:Q6_K
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 mlasli/Nemotron-3.5-Lightning-30B-A3B-Heretic-Uncensored-Q6_K-GGUF:Q6_K
# Run inference directly in the terminal:
./llama-cli -hf mlasli/Nemotron-3.5-Lightning-30B-A3B-Heretic-Uncensored-Q6_K-GGUF:Q6_K
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 mlasli/Nemotron-3.5-Lightning-30B-A3B-Heretic-Uncensored-Q6_K-GGUF:Q6_K
# Run inference directly in the terminal:
./build/bin/llama-cli -hf mlasli/Nemotron-3.5-Lightning-30B-A3B-Heretic-Uncensored-Q6_K-GGUF:Q6_K
Use Docker
docker model run hf.co/mlasli/Nemotron-3.5-Lightning-30B-A3B-Heretic-Uncensored-Q6_K-GGUF:Q6_K
Quick Links

Nemotron-3.5-Lightning-30B-A3B Heretic-Abliterated (Q6_K GGUF)

GGUF quantization of mlasli/Nemotron-3.5-Lightning-30B-A3B-Heretic-Uncensored-BF16NVIDIA-Nemotron-3.5-Lightning-30B-A3B (31.6B total / 3B active) with its refusal direction removed via Heretic.

What this is for: the same abliterated hybrid Mamba-MoE model, quantized to 33.5 GB so it runs locally via llama.cpp.

  • Architecture: nemotron_h_moe (requires llama.cpp build b10326+)
  • Quantization: Q6_K
  • File size: 33.5 GB
  • Smoke-tested locally before upload (loads + coherent output on llama-cli).

Results

Refusals Compliance KL Divergence Trials
0% 100% 0.0397 200

Independent eval of the merged BF16 model (50 harmful-behavior prompts). The automated Zou keyword detector false-positives on words like "illegal"/"unethical" appearing inside compliant answers; manual review found 0 genuine refusals.

Usage

llama-cli -m Nemotron-3.5-Lightning-30B-A3B-Heretic-Uncensored-Q6_K-GGUF.gguf \
  -cnv -st -p "What is 2+2?"

Ollama

Create a Modelfile:

FROM ./Nemotron-3.5-Lightning-30B-A3B-Heretic-Uncensored-Q6_K-GGUF.gguf

Then:

ollama create nemotron-3.5-30b-heretic-q6_k
ollama run nemotron-3.5-30b-heretic-q6_k

Abliteration removes safety alignment. Use responsibly and in accordance with your local laws and the upstream NVIDIA Open Model License.

Downloads last month
364
GGUF
Model size
32B params
Architecture
nemotron_h_moe
Hardware compatibility
Log In to add your hardware

6-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for mlasli/Nemotron-3.5-Lightning-30B-A3B-Heretic-Uncensored-Q6_K-GGUF

Quantized
(97)
this model

Collection including mlasli/Nemotron-3.5-Lightning-30B-A3B-Heretic-Uncensored-Q6_K-GGUF