IlyaGusev commited on
Commit
a1cc5f6
·
1 Parent(s): b522988

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,5 +19,5 @@ git clone https://github.com/ggerganov/llama.cpp
19
  cp -R llama_7b_ru_turbo_alpaca_lora_llamacpp/* llama.cpp/models/
20
  cd llama.cpp
21
  make
22
- ./main -m ./models/7B/ggml-model-q4_0.bin -p "Задание: Почему трава зеленая? Ответ: " -n 512
23
  ```
 
19
  cp -R llama_7b_ru_turbo_alpaca_lora_llamacpp/* llama.cpp/models/
20
  cd llama.cpp
21
  make
22
+ ./main -m ./models/7B/ggml-model-q4_0.bin -p "Вопрос: Почему трава зеленая? Ответ:" -n 512 --temp 0.1
23
  ```