add engine_id field
This commit is contained in:
parent
a4c394dfa8
commit
b556e421d1
@ -64,7 +64,7 @@ Here's a standard example `model.json` for a GGUF model.
|
|||||||
"description": null, // Defaults to null
|
"description": null, // Defaults to null
|
||||||
"state": enum[null, "downloading", "ready", "starting", "stopping", ...]
|
"state": enum[null, "downloading", "ready", "starting", "stopping", ...]
|
||||||
"format": "ggufv3", // Defaults to "ggufv3"
|
"format": "ggufv3", // Defaults to "ggufv3"
|
||||||
"egine_id": "nitro", // engine_id specified in jan/engine folder
|
"egine": "nitro", // engine_id specified in jan/engine folder
|
||||||
"engine_parameters": { // Engine parameters inside model.json can override
|
"engine_parameters": { // Engine parameters inside model.json can override
|
||||||
"ctx_len": 2048, // the value inside the base engine.json
|
"ctx_len": 2048, // the value inside the base engine.json
|
||||||
"ngl": 100,
|
"ngl": 100,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user