Merge pull request #836 from janhq/810-docs-add-modeljson-and-revamp-models-specs-page
hotfix: fix typo
This commit is contained in:
commit
6602a00c10
@ -64,9 +64,9 @@ Here's a standard example `model.json` for a GGUF model.
|
|||||||
"version": "1", // Defaults to 1
|
"version": "1", // Defaults to 1
|
||||||
"created": 1231231, // Defaults to file creation time
|
"created": 1231231, // Defaults to file creation time
|
||||||
"description": null, // Defaults to null
|
"description": null, // Defaults to null
|
||||||
"state": enum[null, ready"]
|
"state": enum[null, "ready"]
|
||||||
"format": "ggufv3", // Defaults to "ggufv3"
|
"format": "ggufv3", // Defaults to "ggufv3"
|
||||||
"egine": "nitro", // engine_id specified in jan/engine folder
|
"engine": "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