Qwen3.5-9B-Claude-Code - Q4NX for FastFlowLM (AMD Ryzen AI XDNA2)
A coding-focused Qwen3.5-9B fine-tune (Claude-Opus-4.6 distillation), converted to Q4NX for FastFlowLM.
What is Q4NX?
Q4NX is FastFlowLM's native packed-quantization format - a rearranged Q4_1 layout tuned for the NPU matrix engine's tile sizes and memory access patterns. It is not a GGUF file and it does not run on llama.cpp or Ollama; it is meant exclusively for the FastFlowLM engine on AMD Ryzen AI NPUs.
Requirements
- FastFlowLM >= 0.9.45 (
flmCLI) - AMD Ryzen AI processor with XDNA2 (NPU2) - Strix Point / Ryzen AI 300 series or later
- Linux with the XRT NPU stack installed
- ~16 GB of unified system memory (Q4NX weights + activations + KV cache)
Files
| File | Purpose |
|---|---|
| model.q4nx | Quantized Q4NX weights |
| config.json | FastFlowLM model configuration |
| tokenizer.json | Tokenizer |
| tokenizer_config.json | Special tokens and chat template |
| chat_template.jinja | Chat template (optional) |
| flm-add.py | Installer script - registers this model with FastFlowLM |
Install and run
This repository ships flm-add.py, a small installer that copies the model
into the FastFlowLM user directory and registers the tag qwen3.5-code:9b. It never
modifies the system FastFlowLM install.
# one-time environment (add these to ~/.bashrc)
export FLM_CONFIG_PATH="$HOME/.config/flm/model_list.json"
export FLM_XCLBIN_PATH="$HOME/.config/flm"
git lfs install
git clone https://huggingface.co/Atomic-Germ/Qwen3.5-9B-Claude-Code-NPU2
cd Qwen3.5-9B-Claude-Code-NPU2
python3 ./flm-add.py . --tag qwen3.5-code:9b
flm run qwen3.5-code:9b
Run python3 ./flm-add.py --help for all options. Without a clone, the same
command works against the repo id directly:
python3 ./flm-add.py Atomic-Germ/Qwen3.5-9B-Claude-Code-NPU2 --tag qwen3.5-code:9b
Kernels
FastFlowLM's NPU kernels (xclbins) are closed source and are not shipped in
this repository. flm-add.py links the kernels of the official qwen3.5:9b
model (Qwen3.5-9B-NPU2), because this model shares the same engine family
(qwen3.5) and architecture.
Serve (OpenAI-compatible)
flm serve qwen3.5-code:9b --port 8080
curl http://127.0.0.1:8080/v1/chat/completions \
-H 'Content-Type: application/json' \
-d '{"model":"qwen3.5-code:9b","messages":[{"role":"user","content":"Hello!"}],"max_tokens":256}'
Model
- Registry tag:
qwen3.5-code:9b - Engine family:
qwen3.5 - Kernel source: Qwen3.5-9B-NPU2
- Context length: 262,144 tokens (from config)
model.q4nxsize: 7.63 GB- Base model: empero-ai/Qwen3.5-9B-Claude-Opus-4.6-Distill
- License: apache-2.0
Original model card
See the upstream model card for training details, benchmarks, and upstream usage. This repository only contains the Q4NX conversion for FastFlowLM.
- Upstream card: empero-ai/Qwen3.5-9B-Claude-Opus-4.6-Distill
- Downloads last month
- 95
Model tree for Atomic-Germ/Qwen3.5-9B-Claude-Code-NPU2
Base model
Qwen/Qwen3.5-9B-Base