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) |
| audio_weight.q4nx | Audio tower weights |
| 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/Gemma4-E4B-GLM-FLASH-NPU2 --tag gemma4-glm-flash:4b --family gemma4
3FLM_CONFIG_PATH="$HOME/.config/flm/model_list.json" FLM_XCLBIN_PATH="$HOME/.config/flm" flm run gemma4-glm-flash:4bflm-add.py links the kernels of the official gemma4-it:e4b
model (Gemma4-E4B-IT-NPU2), because this model shares the same engine family
(gemma4e) and architecture.gemma4-glm-flash:4bgemma4emodel.q4nx size: 7.14 GB| Metric | Value |
|---|---|
| Prompt Tokens | 9,210 |
| Completion Tokens | 1,721 |
| Total Tokens | 10,986 |
| Active KV Tokens | 10,986 |
| Max KV Token Capacity | 32,768 |
| KV Token Occupancy | 33.53% |
| Load Duration | 0.000000742 seconds |
| Prefill Duration (TTFT) | 22.25 ms |
| Decoding Duration | 216.65 ms |
| Prefill Speed | 416.54 tokens/sec |
| Decoding Speed | 7.94 tokens/sec |