How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Atomic-Germ/Qwen3.8-Distilled-2B-NPU2:Q8_0
# Run inference directly in the terminal:
llama cli -hf Atomic-Germ/Qwen3.8-Distilled-2B-NPU2:Q8_0
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Atomic-Germ/Qwen3.8-Distilled-2B-NPU2:Q8_0
# Run inference directly in the terminal:
llama cli -hf Atomic-Germ/Qwen3.8-Distilled-2B-NPU2:Q8_0
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf Atomic-Germ/Qwen3.8-Distilled-2B-NPU2:Q8_0
# Run inference directly in the terminal:
./llama-cli -hf Atomic-Germ/Qwen3.8-Distilled-2B-NPU2:Q8_0
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf Atomic-Germ/Qwen3.8-Distilled-2B-NPU2:Q8_0
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Atomic-Germ/Qwen3.8-Distilled-2B-NPU2:Q8_0
Use Docker
docker model run hf.co/Atomic-Germ/Qwen3.8-Distilled-2B-NPU2:Q8_0
Quick Links

Qwen3.8-2B-Distill-NPU2

FastFlowLM Q4NX conversion of empero-ai/Qwen3.8-2B-Distill for AMD XDNA NPU inference.

This repository contains a quantized Q4NX port of the model, compiled for the FastFlowLM (FLM) runtime. It is not a GGUF file.

Item Value
Source model empero-ai/Qwen3.8-2B-Distill
Source GGUF Qwen3.8-2B-Q8_0.gguf
Weights model.q4nx (2.32 GB)
Modality language / vision
FLM version 1.0.1
Converted 2026-08-24

Install and run

This repository works with flm-add, a small installer that copies the model into the FastFlowLM user directory and registers the tag. It never modifies the system FastFlowLM install.

pip install flm-add or uv tool install flm-add

uv tool install flm-add
flm-add Atomic-Germ/Qwen3.8-2B-Distill-NPU2 --family qwen3.5 --tag qwen3.8-distill:2b
FLM_CONFIG_PATH="$HOME/.config/flm/model_list.json" FLM_XCLBIN_PATH="$HOME/.config/flm" flm run qwen3.8-distill:2b

Files

File Description
model.q4nx Quantized weights (Q8_0 / Q4_1 / BF16)
config.json FLM runtime configuration
tokenizer.json Tokenizer vocabulary
tokenizer_config.json Tokenizer configuration
chat_template.jinja Chat template
vision_weight.q4nx Vision model

Source model card

See the original model card: empero-ai/Qwen3.8-2B-Distill

Downloads last month
288
GGUF
Model size
2B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Atomic-Germ/Qwen3.8-Distilled-2B-NPU2

Finetuned
Qwen/Qwen3.5-2B
Quantized
(18)
this model

Collections including Atomic-Germ/Qwen3.8-Distilled-2B-NPU2