Skip to content

Commit

Permalink
fix: update engine field in tiny llama 1.1b
Browse files Browse the repository at this point in the history
  • Loading branch information
hiro-v committed Dec 8, 2023
1 parent 489c858 commit 750f09c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions models/tinyllama-1.1b/model.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"ctx_len": 2048,
"system_prompt": "<|system|>\n",
"user_prompt": "<|user|>\n",
"ai_prompt": "<|assistant|>\n",
"engine": "nitro"
"ai_prompt": "<|assistant|>\n"
},
"parameters": {
"max_tokens": 2048
Expand All @@ -20,5 +19,6 @@
"author": "TinyLlama",
"tags": ["Tiny", "Foundation Model"],
"size": 637000000
}
},
"engine": "nitro"
}

0 comments on commit 750f09c

Please sign in to comment.