BlinkDL commited on
Commit
3a98fdf
·
verified ·
1 Parent(s): c4b5c28

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ For developers: https://github.com/BlinkDL/RWKV-LM
35
 
36
  Use rwkv pip package 0.8.29+ for RWKV-7 inference: https://pypi.org/project/rwkv/
37
 
38
- !!! There should not be any space at the end of your input (so strip it) or you will upset the tokenizer and see non-English reponse !!!
39
 
40
  Chat prompt (better replace all \n\n in your_prompt to \n):
41
  ```
 
35
 
36
  Use rwkv pip package 0.8.29+ for RWKV-7 inference: https://pypi.org/project/rwkv/
37
 
38
+ !!! **There should not be any space at the end of your input (so strip it) or you will upset the tokenizer and see non-English reponse** !!!
39
 
40
  Chat prompt (better replace all \n\n in your_prompt to \n):
41
  ```