apepkuss79
commited on
Commit
•
15c111c
1
Parent(s):
39f299f
Update README.md
Browse files
README.md
CHANGED
@@ -53,13 +53,13 @@ language:
|
|
53 |
- Run as LlamaEdge service
|
54 |
|
55 |
```bash
|
56 |
-
wasmedge --dir .:. --nn-preload default:GGML:AUTO:zephyr-7b-alpha
|
57 |
```
|
58 |
|
59 |
- Run as LlamaEdge command app
|
60 |
|
61 |
```bash
|
62 |
-
wasmedge --dir .:. --nn-preload default:GGML:AUTO:zephyr-7b-alpha
|
63 |
```
|
64 |
|
65 |
## Prompt Template
|
|
|
53 |
- Run as LlamaEdge service
|
54 |
|
55 |
```bash
|
56 |
+
wasmedge --dir .:. --nn-preload default:GGML:AUTO:zephyr-7b-alpha-Q5_K_M.gguf llama-api-server.wasm -p zephyr -r '</s>'
|
57 |
```
|
58 |
|
59 |
- Run as LlamaEdge command app
|
60 |
|
61 |
```bash
|
62 |
+
wasmedge --dir .:. --nn-preload default:GGML:AUTO:zephyr-7b-alpha-Q5_K_M.gguf llama-chat.wasm -p zephyr -r '</s>'
|
63 |
```
|
64 |
|
65 |
## Prompt Template
|