Xin Liu commited on
Commit
1fe00d4
1 Parent(s): e7bb2fc

Signed-off-by: Xin Liu <sam@secondstate.io>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -54,7 +54,7 @@ quantized_by: Second State Inc.
54
  - Run as LlamaEdge service
55
 
56
  ```bash
57
- wasmedge --dir .:. --nn-preload default:GGML:AUTO:Meta-Llama-3-8B-Instruct.Q5_K_M.gguf \
58
  llama-api-server.wasm \
59
  --prompt-template llama-3-chat \
60
  --context-size 4096 \
 
54
  - Run as LlamaEdge service
55
 
56
  ```bash
57
+ wasmedge --dir .:. --nn-preload default:GGML:AUTO:Meta-Llama-3-8B-Instruct-Q5_K_M.gguf \
58
  llama-api-server.wasm \
59
  --prompt-template llama-3-chat \
60
  --context-size 4096 \