npu-forge / registry.example.json
LJTSG's picture
NPU-Forge v0.1: permanent custom-model registry for FastFlowLM on Ryzen AI NPUs
7d5a851 verified
Raw
History Blame Contribute Delete
684 Bytes
{
"models": {
"mymodel-forge": {
"8b": {
"name": "MyModel-8B-NPU2",
"url": "",
"file_url": "",
"modified_at": "2026-06-10T00:00:00Z",
"size": 4700000000,
"flm_min_version": "0.9.38",
"default_context_length": 8192,
"max_prefill_len": 4096,
"files": [
"config.json",
"model.q4nx",
"tokenizer.json",
"tokenizer_config.json"
],
"details": {
"family": "llama3",
"think": false,
"parameter_size": "8B",
"quantization_level": "Q4_1"
},
"label": [],
"footprint": 4.7
}
}
}
}