hieunguyen1053 commited on
Commit
632c731
1 Parent(s): af343c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -8,7 +8,7 @@ tags:
8
  - llama.cpp
9
  ---
10
  ```bash
11
- ./main -m ../VietGPT/dama-7B/vietgpt-chat/dama-2-7b-chat/dama-2-7b-chat.q2_k.gguf -n 512 --logit-bias 2+1 --temp 0.1 --repeat_penalty 1.03 --multiline-input -p "<s>[INST] <<SYS>>
12
  Bạn là VietGPT, mô hình ngôn ngữ lớn được VietGPT đào tạo, dựa trên kiến trúc LLaMa.
13
  <</SYS>>
14
 
 
8
  - llama.cpp
9
  ---
10
  ```bash
11
+ ./main -m path/to/dama-2-7b-chat.q2_k.gguf -n 512 --logit-bias 2+1 --temp 0.1 --repeat_penalty 1.03 --multiline-input -p "<s>[INST] <<SYS>>
12
  Bạn là VietGPT, mô hình ngôn ngữ lớn được VietGPT đào tạo, dựa trên kiến trúc LLaMa.
13
  <</SYS>>
14