CoolFace
Modelpublic

hipfire-models/qwen3.5-2b

sourceHugging Facemitupdated 3mo agoView on Hugging Face
1likes
Model Card

Qwen3.5-2B for hipfire

Pre-quantized Qwen3.5-2B (DeltaNet hybrid) for hipfire, a Rust-native LLM inference engine for AMD RDNA GPUs.

Quantized from Qwen/Qwen3.5-2B.

Files

FileQuantSizeMin VRAMSpeed (5700 XT)
qwen3.5-2b.q4.hfqHFQ41.2GB2GB141 tok/s
qwen3.5-2b.hfq6.hfqHFQ61.6GB3GB127 tok/s

Usage

bash
# Install hipfire
curl -L https://raw.githubusercontent.com/Kaden-Schutt/hipfire/master/scripts/install.sh | bash

# Pull and run
hipfire pull qwen3.5:2b
hipfire run qwen3.5:2b "Hello"

Quantization Formats

  • HFQ4: 4-bit, 256-weight groups (0.53 B/w). Best speed.
  • HFQ6: 6-bit, 256-weight groups (0.78 B/w). Best quality. ~15% slower.

Both include embedded tokenizer and model config.

About hipfire

Rust + HIP inference engine for AMD consumer GPUs (RDNA1–RDNA4). No Python in the hot path. 9x faster than llama.cpp+ROCm on the same hardware.

License

Model weights subject to original Qwen license. hipfire engine: MIT.