TokForge Community Models — Uncensored MNN
Collection
Uncensored Qwen3/3.5 models in MNN Q4 format for TokForge mobile inference. Josiefied, Heretic, and Claude variants. • 10 items • Updated • 1
Runs on-device in the TokForge app.
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.
a985d50f8ff3152364f35b814431b32803bd558fconfig.jsonllm_config.jsonllm.mnnllm.mnn.weightembeddings_bf16.bintokenizer.txtexport_args.jsonllm.mnn.jsonpip install huggingface_hub
hf download darkmaniac7/Huihui-Qwen3-30B-A3B-abliterated-MNN --local-dir path/to/model
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
build-host/llm_demo binary and a 1-token smoke decode.