Views
No views yet
flm CLI)| 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) |
| vision_weight.q4nx | Vision tower weights (multimodal input) |
| 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 qwen3.5-claude:9b. It never
modifies the system FastFlowLM install.1uv tool install flm-add
2flm-add Atomic-Germ/Qwen3.5-9B-Claude-4.8-Opus-NPU2 --family qwen3.5
3FLM_CONFIG_PATH="$HOME/.config/flm/model_list.json" FLM_XCLBIN_PATH="$HOME/.config/flm" flm run qwen3.5-claude:9bflm-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.qwen3.5-claude:9bqwen3.5model.q4nx size: 7.76 GB| Metric | Value |
|---|---|
| Prompt Tokens | 9,210 |
| Completion Tokens | 1,537 |
| Total Tokens | 10,747 |
| Active KV Tokens | 10,747 |
| Max KV Token Capacity | 32,768 |
| KV Token Occupancy | 32.80% |
| Load Duration | 0.000000621 seconds |
| Prefill Duration (TTFT) | 33.71 ms |
| Decoding Duration | 268.54 ms |
| Prefill Speed | 273.21 tokens/sec |
| Decoding Speed | 5.72 tokens/sec |