Xin Liu commited on
Commit
4b10f80
1 Parent(s): 054a96c

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

Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -52,11 +52,12 @@ tags:
52
 
53
  - Context size: `3072`
54
 
55
- - Run as LlamaEdge command app
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
  ```
 
52
 
53
  - Context size: `3072`
54
 
55
+ - Run as LlamaEdge service
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
+ --model-name phi-3-mini
63
  ```