Views
No views yet
flm CLI)| Context Length | TTFT (s) (mean ± std) | Prefill Speed (tok/s) (mean ± std) | Decoding Speed (tok/s) (mean ± std) |
|---|---|---|---|
| 1k | 2.681 ± 0.080 | 364.63 ± 10.92 | 13.20 ± 0.01 |
| 2k | 4.435 ± 0.124 | 438.85 ± 12.27 | 12.11 ± 0.38 |
| 4k | 8.306 ± 0.082 | 467.13 ± 4.65 | 11.27 ± 0.22 |
| 8k | 17.121 ± 0.001 | 452.58 ± 0.02 | 9.83 ± 0.00 |
| 16k | 41.227 ± 0.001 | 375.64 ± 0.00 | 7.58 ± 0.00 |
| 32k | 115.272 ± 0.024 | 268.61 ± 0.06 | 5.22 ± 0.00 |
| 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 |
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-add1uv tool install flm-add
2flm-add Atomic-Germ/DynaGuard-4B-NPU2 --tag dynaguard:4b --family qwen3
3FLM_CONFIG_PATH="$HOME/.config/flm/model_list.json" FLM_XCLBIN_PATH="$HOME/.config/flm" flm run dynaguard:4bflm-add links the kernels of the official qwen3:4b
model (Qwen3-9B-NPU2), because this model shares the same engine family
(qwen3) and architecture.dynaguard:4bqwen3model.q4nx size: 3.3 GB