A text-extraction Qwen3.5-4B fine-tune, converted to Q4NX for FastFlowLM.
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.
1uv tool install flm-add
2flm-add Atomic-Germ/NuExtract3-4B-NPU2 --tag nuextract3:4b --family qwen3.5
3FLM_CONFIG_PATH="$HOME/.config/flm/model_list.json" FLM_XCLBIN_PATH="$HOME/.config/flm" flm run nuextract3:4b
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:4b
model (Qwen3.5-4B-NPU2), because this model shares the same engine family
(qwen3.5) and architecture.
See the upstream model card for training details, benchmarks, and upstream
usage. This repository only contains the Q4NX conversion for FastFlowLM.