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) |
| 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/OpenAI-NEO-CODE-20B-NPU2 --tag openai-coder-neo:20b --family gpt-oss
3FLM_CONFIG_PATH="$HOME/.config/flm/model_list.json" FLM_XCLBIN_PATH="$HOME/.config/flm" flm run minicpm-4.6:0.8bflm-add.py links the kernels of the official gpt-oss:8b
model (GPT-OSS-20B-NPU2), because this model shares the same engine family
(gpt-oss) and architecture.flm serve openai-coder-neo:20b --port 80801curl http://127.0.0.1:8080/v1/chat/completions \
2 -H 'Content-Type: application/json' \
3 -d '{"model":"openai-neo-code:20b","messages":[{"role":"user","content":"Hello!"}],"max_tokens":256}'openai-coder-neo:20bgpt-ossmodel.q4nx size: 14.45 GB