Views
No views yet
flm CLI)32 GB of unified system memory (Q4NX weights + activations + KV cache)
| 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/BigBang1.0-35B-A3B-NPU2 --family qwen3.6-moe --tag bigbang1.0-moe:35b-a3b
3FLM_XCLBIN_PATH="$HOME/.config/flm" FLM_CONFIG_PATH="$HOME/.config/flm/model_list.json" flm run bigbang1.0-moe:35b-a3bflm-add.py links the kernels of the official qwen3.6-moe:35b-a3b
model (Qwen3.6-35B-A3B-NPU2), because this model shares the same engine family
(qwen3.6-moe) and architecture.bigbang1.0-moe:35b-a3bqwen3.6-moe