How to use from
Unsloth Studio
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh
# Run unsloth studio
unsloth studio -H 0.0.0.0 -p 8888
# Then open http://localhost:8888 in your browser
# Search for dinerburger/Qwen3.5-35B-A3B-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex
# Run unsloth studio
unsloth studio -H 0.0.0.0 -p 8888
# Then open http://localhost:8888 in your browser
# Search for dinerburger/Qwen3.5-35B-A3B-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required
# Open https://huggingface.co/spaces/unsloth/studio in your browser
# Search for dinerburger/Qwen3.5-35B-A3B-GGUF to start chatting
Quick Links

This is an IQ4_NL quantization of Qwen3.5-35B-A3B, using the unsloth imatrix data, but with the following special rules applied:

  • The embedding and output layers were kept in BF16
  • All SSM tensors were left in BF16
  • All attention tensors were left in BF16
  • Shared expert tensors were left in BF16
  • All other tensors use IQ4_NL

The full quantization script is here:

QUANT="IQ4_NL"
llama-quantize \
  --output-tensor-type bf16 \
  --token-embedding-type bf16 \
  --tensor-type attn_qkv=bf16 \
  --tensor-type attn_v=bf16 \
  --tensor-type attn_q=bf16 \
  --tensor-type attn_k=bf16 \
  --tensor-type attn_gate=bf16 \
  --tensor-type ssm_ba=bf16 \
  --tensor-type ssm_beta=bf16 \
  --tensor-type ssm_alpha=bf16 \
  --tensor-type ssm_out=bf16 \
  --tensor-type ffn_down_shexp=bf16 \
  --tensor-type ffn_gate_shexp=bf16 \
  --tensor-type ffn_up_shexp=bf16 \
  --imatrix Qwen3.5-35B-A3B-imatrix.gguf_file \
  Qwen3.5-35B-A3B.bf16.gguf \
  Qwen3.5-35B-A3B.${QUANT}.gguf \
  ${QUANT}
Downloads last month
42
GGUF
Model size
35B params
Architecture
qwen35moe
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for dinerburger/Qwen3.5-35B-A3B-GGUF

Quantized
(256)
this model