TokForge

Runs on-device in the TokForge app.

Huihui-Qwen3-30B-A3B-abliterated-MNN

Introduction

This model is a 4-bit MNN export of huihui-ai/Qwen3-30B-A3B-abliterated, prepared with the local TokForge llmexport pipeline for on-device and host-side MNN inference.

Source

Bundle contents

  • config.json
  • llm_config.json
  • llm.mnn
  • llm.mnn.weight
  • embeddings_bf16.bin
  • tokenizer.txt
  • export_args.json
  • llm.mnn.json

Quantization

  • LLM weights: Q4 HQQ
  • Weight block size: 64
  • LM head: Q4 block 64
  • Embeddings: BF16
  • Runtime default: CPU, 4 threads, low precision

Download

pip install huggingface_hub
hf download darkmaniac7/Huihui-Qwen3-30B-A3B-abliterated-MNN --local-dir path/to/model

Usage

git clone https://github.com/alibaba/MNN.git
cd MNN
mkdir build && cd build
cmake .. -DMNN_LOW_MEMORY=true -DMNN_CPU_WEIGHT_DEQUANT_GEMM=true -DMNN_BUILD_LLM=true -DMNN_SUPPORT_TRANSFORMER_FUSE=true
make -j

./llm_demo /path/to/Huihui-Qwen3-30B-A3B-abliterated-MNN/config.json prompt.txt

Notes

  • The export was validated locally with the TokForge build-host/llm_demo binary and a 1-token smoke decode.
  • This is a safety-reduced / uncensored model. Review usage carefully before publishing or deploying.

Document

MNN-LLM

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

Model tree for darkmaniac7/Huihui-Qwen3-30B-A3B-abliterated-MNN

Finetuned
(68)
this model

Collection including darkmaniac7/Huihui-Qwen3-30B-A3B-abliterated-MNN