dahara1 commited on
Commit
68bff6a
1 Parent(s): 6dfd544

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -31,7 +31,9 @@ Although llama.cpp can be used to reduce the size of the file with various quant
31
 
32
  ### サンプルコード(sample code)
33
 
34
- #### Install and compile
 
 
35
  ```
36
  git clone https://github.com/ggerganov/llama.cpp
37
  cd llama.cpp
@@ -67,7 +69,7 @@ Translate English to Japanese.
67
  ./main -m ../upload/C3TR-Adapter.Q4_1.gguf -e --temp 0 --repeat-penalty 1.0 --no-penalize-nl -n -2 -p "### Instructions:
68
  Translate Japanese to English.
69
  ### Input:
70
- 「でも『オスカー取りたい』と思ってこの仕事をやってきたのではなく、いかに中学生の頃の気持ちを忘れずに、あの時作りたかったも のにどれだけ近づけるかということをずっとやり続けてきたので、『未知との遭遇』と『スター・ウォーズ』を見てメロメロになった中 学生の自分に、今は感謝しています。
71
  ### Answer:
72
  "
73
  ```
 
31
 
32
  ### サンプルコード(sample code)
33
 
34
+ #### Install and compile(linux)
35
+ その他のOSについては[llama.cpp公式サイト](https://github.com/ggerganov/llama.cpp)を確認してください
36
+ For other operating systems, please check the [llama.cpp official website](https://github.com/ggerganov/llama.cpp)
37
  ```
38
  git clone https://github.com/ggerganov/llama.cpp
39
  cd llama.cpp
 
69
  ./main -m ../upload/C3TR-Adapter.Q4_1.gguf -e --temp 0 --repeat-penalty 1.0 --no-penalize-nl -n -2 -p "### Instructions:
70
  Translate Japanese to English.
71
  ### Input:
72
+ 「でも『オスカー取りたい』と思ってこの仕事をやってきたのではなく、いかに中学生の頃の気持ちを忘れずに、あの時作りたかったものにどれだけ近づけるかということをずっとやり続けてきたので、『未知との遭遇』と『スター・ウォーズ』を見てメロメロになった中 学生の自分に、今は感謝しています。
73
  ### Answer:
74
  "
75
  ```