Merge pull request #836 from janhq/810-docs-add-modeljson-and-revamp-models-specs-page

hotfix: fix typo
This commit is contained in:
automaticcat 2023-12-04 16:24:24 +07:00 committed by GitHub
commit 6602a00c10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,