Update README.md
Browse files
README.md
CHANGED
@@ -49,8 +49,8 @@ Although llama.cpp can be used to reduce the size of the file with various quant
|
|
49 |
|
50 |
### サンプルコード(sample code)
|
51 |
|
52 |
-
ColabのCPUは少し遅いので、少し技術的な挑戦が必要ですが皆さんが所有しているPC
|
53 |
-
Colab's CPU is a bit slow,
|
54 |
|
55 |
#### Install and compile example(linux)
|
56 |
その他のOSについては[llama.cpp公式サイト](https://github.com/ggerganov/llama.cpp)を確認してください
|
|
|
49 |
|
50 |
### サンプルコード(sample code)
|
51 |
|
52 |
+
ColabのCPUは少し遅いので、少し技術的な挑戦が必要ですが皆さんが所有しているPCでllama.cppをコンパイルして動かす方が良いでしょう。
|
53 |
+
Since Colab's CPU is a bit slow, it is better to compile and run llama.cpp on your own PC, which requires a bit of a technical challenge.
|
54 |
|
55 |
#### Install and compile example(linux)
|
56 |
その他のOSについては[llama.cpp公式サイト](https://github.com/ggerganov/llama.cpp)を確認してください
|