Skip to content

Commit

Permalink
[FIX]: readme typo (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
MBearo authored Sep 19, 2024
1 parent 8094abf commit 8fd8d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ async main() {
"model_list": [
{
"model": "/url/to/my/llama",
"model_id": "MyLlama-3b-v1-q4f32_0"
"model_id": "MyLlama-3b-v1-q4f32_0",
"model_lib": "/url/to/myllama3b.wasm",
}
],
Expand Down

0 comments on commit 8fd8d3e

Please sign in to comment.