Views
No views yet
flm CLI)| File | Purpose |
|---|---|
| model.q4nx | Quantized Q4NX text weights |
| config.json | FastFlowLM model configuration |
| tokenizer.json | Tokenizer |
| tokenizer_config.json | Special tokens and chat template |
| chat_template.jinja | Chat template (optional) |
| README.md | |
| 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 minicpm4.6:0.8b. 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/MiniCPM-V-4.6-NPU2 --family qwen3.5 --tag minicpm-4.6:0.8b
3FLM_CONFIG_PATH="$HOME/.config/flm/model_list.json" FLM_XCLBIN_PATH="$HOME/.config/flm" flm run minicpm-4.6:0.8bminicpm4.6:0.8bqwen3.5qwen3.5:0.8b (Qwen3.5-0.8B-NPU2)model.q4nx size: 1.03 GB| Metric | Value |
|---|---|
| Prompt Tokens | 9,210 |
| Completion Tokens | 631 |
| Total Tokens | 9,841 |
| Active KV Tokens | 9,841 |
| Max KV Token Capacity | 32,768 |
| KV Token Occupancy | 30.03% |
| Load Duration | 0.000000842 seconds |
| Prefill Duration (TTFT) | 7.58 ms |
| Decoding Duration | 21.44 ms |
| Prefill Speed | 1214.89 tokens/sec |
| Decoding Speed | 29.44 tokens/sec |