apepkuss79
commited on
Commit
•
ae8015e
1
Parent(s):
53a374b
Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ quantized_by: Second State Inc.
|
|
12 |
<!-- header start -->
|
13 |
<!-- 200823 -->
|
14 |
<div style="width: auto; margin-left: auto; margin-right: auto">
|
15 |
-
<img src="https://github.com/
|
16 |
</div>
|
17 |
<hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
|
18 |
<!-- header end -->
|
@@ -25,7 +25,7 @@ quantized_by: Second State Inc.
|
|
25 |
|
26 |
## Run with LlamaEdge
|
27 |
|
28 |
-
- LlamaEdge version: [v0.2.8](https://github.com/
|
29 |
|
30 |
- Prompt template
|
31 |
|
@@ -46,13 +46,13 @@ quantized_by: Second State Inc.
|
|
46 |
- Run as LlamaEdge service
|
47 |
|
48 |
```bash
|
49 |
-
wasmedge --dir .:. --nn-preload default:GGML:AUTO:samantha-1.2-mistral-7b-
|
50 |
```
|
51 |
|
52 |
- Run as LlamaEdge command app
|
53 |
|
54 |
```bash
|
55 |
-
wasmedge --dir .:. --nn-preload default:GGML:AUTO:samantha-1.2-mistral-7b-
|
56 |
```
|
57 |
|
58 |
## Quantized GGUF Models
|
|
|
12 |
<!-- header start -->
|
13 |
<!-- 200823 -->
|
14 |
<div style="width: auto; margin-left: auto; margin-right: auto">
|
15 |
+
<img src="https://github.com/LlamaEdge/LlamaEdge/raw/dev/assets/logo.svg" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
16 |
</div>
|
17 |
<hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
|
18 |
<!-- header end -->
|
|
|
25 |
|
26 |
## Run with LlamaEdge
|
27 |
|
28 |
+
- LlamaEdge version: [v0.2.8](https://github.com/LlamaEdge/LlamaEdge/releases/tag/0.2.8) and above
|
29 |
|
30 |
- Prompt template
|
31 |
|
|
|
46 |
- Run as LlamaEdge service
|
47 |
|
48 |
```bash
|
49 |
+
wasmedge --dir .:. --nn-preload default:GGML:AUTO:samantha-1.2-mistral-7b-Q5_K_M.gguf llama-api-server.wasm -p chatml -r '<|im_end|>'
|
50 |
```
|
51 |
|
52 |
- Run as LlamaEdge command app
|
53 |
|
54 |
```bash
|
55 |
+
wasmedge --dir .:. --nn-preload default:GGML:AUTO:samantha-1.2-mistral-7b-Q5_K_M.gguf llama-chat.wasm -p chatml -r '<|im_end|>'
|
56 |
```
|
57 |
|
58 |
## Quantized GGUF Models
|