Xin Liu commited on
Commit
054a96c
1 Parent(s): 59a2cd6

Signed-off-by: Xin Liu <[email protected]>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -56,7 +56,7 @@ tags:
56
 
57
  ```bash
58
  wasmedge --dir .:. --nn-preload default:GGML:AUTO:Phi-3-mini-4k-instruct-Q4.gguf \
59
- llama-chat.wasm \
60
  --prompt-template phi-3-chat \
61
  --ctx-size 3072
62
  ```
 
56
 
57
  ```bash
58
  wasmedge --dir .:. --nn-preload default:GGML:AUTO:Phi-3-mini-4k-instruct-Q4.gguf \
59
+ llama-api-server.wasm \
60
  --prompt-template phi-3-chat \
61
  --ctx-size 3072
62
  ```