How to use from
Pi
Start the MLX server
# Install MLX LM:
uv tool install mlx-lm
# Start a local OpenAI-compatible server:
mlx_lm.server --model "dawncr0w/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive-oQ6"
Configure the model in Pi
# Install Pi:
npm install -g @mariozechner/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
  "providers": {
    "mlx-lm": {
      "baseUrl": "http://localhost:8080/v1",
      "api": "openai-completions",
      "apiKey": "none",
      "models": [
        {
          "id": "dawncr0w/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive-oQ6"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

Qwen3.6-35B-A3B Uncensored HauhauCS Aggressive oQ6

This is an oMLX oQ6 VLM quantization of ericpandev/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive-bf16.

Quantization

  • Quantizer: oMLX oQ
  • Level: oQ6
  • Group size: 64
  • Non-quantized/scales dtype: bfloat16
  • Output size: about 27 GB
  • Vision weights: preserved
  • Native MTP: disabled

Notes

The source checkpoint is a VLM-style BF16 conversion. This repository preserves vision_config and model.visual.* tensors. Native MTP was disabled because the BF16 source did not include mtp.* tensors.

Local validation confirmed the vision tensors are present, but the bundled MLX-VLM runtime in oMLX did not support the qwen3_5_moe_vision model type at the time of conversion.

Downloads last month
1,159
Safetensors
Model size
8B params
Tensor type
BF16
·
U32
·
MLX
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 dawncr0w/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive-oQ6

Collection including dawncr0w/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive-oQ6