apepkuss79 commited on
Commit
3c66cbe
1 Parent(s): 4dde26f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -53,13 +53,13 @@ quantized_by: Second State Inc.
53
  - Run as LlamaEdge service
54
 
55
  ```bash
56
- wasmedge --dir .:. --nn-preload default:GGML:AUTO:solar-10.7b-instruct-v1.0.Q5_K_M.gguf llama-api-server.wasm -p solar-instruct
57
  ```
58
 
59
  - Run as LlamaEdge command app
60
 
61
  ```bash
62
- wasmedge --dir .:. --nn-preload default:GGML:AUTO:solar-10.7b-instruct-v1.0.Q5_K_M.gguf llama-chat.wasm -p solar-instruct
63
 
64
  ```
65
 
 
53
  - Run as LlamaEdge service
54
 
55
  ```bash
56
+ wasmedge --dir .:. --nn-preload default:GGML:AUTO:SOLAR-10.7B-Instruct-v1.0-Q5_K_M.gguf llama-api-server.wasm -p solar-instruct
57
  ```
58
 
59
  - Run as LlamaEdge command app
60
 
61
  ```bash
62
+ wasmedge --dir .:. --nn-preload default:GGML:AUTO:SOLAR-10.7B-Instruct-v1.0-Q5_K_M.gguf llama-chat.wasm -p solar-instruct
63
 
64
  ```
65