ngxson commited on
Commit
3cf81fc
1 Parent(s): e2b08a9

update readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ The recommended way is to use the GGUF `vistral-7b-chatml-Q4_K_M.gguf` file incl
35
  ./main -m vistral-7b-chatml-Q4_K_M.gguf -p "Bạn là một trợ lí Tiếng Việt nhiệt tình và trung thực." -cml
36
  ```
37
 
38
- Run the `python3 run.py` inside this repository to try the model using transformers library. You may need to change some params inside in order to make it work.
39
 
40
  This is an example of a conversation using llama.cpp:
41
 
 
35
  ./main -m vistral-7b-chatml-Q4_K_M.gguf -p "Bạn là một trợ lí Tiếng Việt nhiệt tình và trung thực." -cml
36
  ```
37
 
38
+ Additionally, you can run the `python3 run.py` inside this repository to try the model using transformers library. This it not the recommended way since you may need to change some params inside in order to make it work.
39
 
40
  This is an example of a conversation using llama.cpp:
41