fix: update engine field in tiny llama 1.1b

This commit is contained in:
hiro 2023-12-04 23:07:59 +07:00
parent 489c8584a9
commit 750f09cc81

View File

@ -10,8 +10,7 @@
"ctx_len": 2048, "ctx_len": 2048,
"system_prompt": "<|system|>\n", "system_prompt": "<|system|>\n",
"user_prompt": "<|user|>\n", "user_prompt": "<|user|>\n",
"ai_prompt": "<|assistant|>\n", "ai_prompt": "<|assistant|>\n"
"engine": "nitro"
}, },
"parameters": { "parameters": {
"max_tokens": 2048 "max_tokens": 2048
@ -20,5 +19,6 @@
"author": "TinyLlama", "author": "TinyLlama",
"tags": ["Tiny", "Foundation Model"], "tags": ["Tiny", "Foundation Model"],
"size": 637000000 "size": 637000000
} },
"engine": "nitro"
} }