Skip to content

Commit 4452308

Browse files
authored
Update llm_inference.md
Signed-off-by: Michael Yuan <michael@michaelyuan.com>
1 parent c39905e commit 4452308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/develop/rust/wasinn/llm_inference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The output WASM file is `target/wasm32-wasi/release/llama-chat.wasm`.
6565
We also need to get the model. Here we use the llama-2-13b model.
6666

6767
```bash
68-
curl -LO https://huggingface.co/wasmedge/llama2/blob/main/llama-2-13b-q5_k_m.gguf
68+
curl -LO https://huggingface.co/wasmedge/llama2/blob/main/llama-2-13b-chat-q5_k_m.gguf
6969
```
7070

7171
Next, use WasmEdge to load the llama-2-13b model and then ask the model to questions.

0 commit comments

Comments
 (0)