apepkuss79 commited on
Commit
daabd44
1 Parent(s): 14a98dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -4
README.md CHANGED
@@ -43,8 +43,6 @@ quantized_by: Second State Inc.
43
  <|im_start|>assistant
44
  ```
45
 
46
- - Reverse prompt: `<|im_end|>`
47
-
48
  - Context size: `4096`
49
 
50
  - Run as LlamaEdge service
@@ -53,7 +51,6 @@ quantized_by: Second State Inc.
53
  wasmedge --dir .:. --nn-preload default:GGML:AUTO:Yi-1.5-9B-Chat-Q5_K_M.gguf \
54
  llama-api-server.wasm \
55
  --prompt-template chatml \
56
- --reverse-prompt '<|im_end|>' \
57
  --ctx-size 4096 \
58
  --model-name Yi-1.5-9B-Chat
59
  ```
@@ -64,7 +61,6 @@ quantized_by: Second State Inc.
64
  wasmedge --dir .:. --nn-preload default:GGML:AUTO:Yi-1.5-9B-Chat-Q5_K_M.gguf \
65
  llama-chat.wasm \
66
  --prompt-template chatml \
67
- --reverse-prompt '<|im_end|>' \
68
  --ctx-size 4096
69
  ```
70
 
 
43
  <|im_start|>assistant
44
  ```
45
 
 
 
46
  - Context size: `4096`
47
 
48
  - Run as LlamaEdge service
 
51
  wasmedge --dir .:. --nn-preload default:GGML:AUTO:Yi-1.5-9B-Chat-Q5_K_M.gguf \
52
  llama-api-server.wasm \
53
  --prompt-template chatml \
 
54
  --ctx-size 4096 \
55
  --model-name Yi-1.5-9B-Chat
56
  ```
 
61
  wasmedge --dir .:. --nn-preload default:GGML:AUTO:Yi-1.5-9B-Chat-Q5_K_M.gguf \
62
  llama-chat.wasm \
63
  --prompt-template chatml \
 
64
  --ctx-size 4096
65
  ```
66