apepkuss79 commited on
Commit
7c4e785
1 Parent(s): 75eb5e8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -53,6 +53,7 @@ quantized_by: Second State Inc.
53
  wasmedge --dir .:. --nn-preload default:GGML:AUTO:Yi-1.5-34B-Chat-Q5_K_M.gguf \
54
  llama-api-server.wasm \
55
  --prompt-template chatml \
 
56
  --ctx-size 7168 \
57
  --model-name Yi-1.5-34B-Chat
58
  ```
@@ -63,6 +64,7 @@ quantized_by: Second State Inc.
63
  wasmedge --dir .:. --nn-preload default:GGML:AUTO:Yi-1.5-34B-Chat-Q5_K_M.gguf \
64
  llama-chat.wasm \
65
  --prompt-template chatml \
 
66
  --ctx-size 7168
67
  ```
68
 
 
53
  wasmedge --dir .:. --nn-preload default:GGML:AUTO:Yi-1.5-34B-Chat-Q5_K_M.gguf \
54
  llama-api-server.wasm \
55
  --prompt-template chatml \
56
+ --reverse-prompt "<|im_end|>" \
57
  --ctx-size 7168 \
58
  --model-name Yi-1.5-34B-Chat
59
  ```
 
64
  wasmedge --dir .:. --nn-preload default:GGML:AUTO:Yi-1.5-34B-Chat-Q5_K_M.gguf \
65
  llama-chat.wasm \
66
  --prompt-template chatml \
67
+ --reverse-prompt "<|im_end|>" \
68
  --ctx-size 7168
69
  ```
70