Update README.md
Browse files
README.md
CHANGED
@@ -15,8 +15,8 @@ llama-translate is a model that converts the multilingual translation model [lla
|
|
15 |
現在、日本語、英語、フランス語、中国語(北京語)間の翻訳をサポートしています。
|
16 |
Currently supports translation between Japanese, English, French, and Chinese(Mandarin).
|
17 |
|
18 |
-
しかし、残念ながら現時点ではRyzenAI-SWに含まれる2024年4月版のllama.cppでは正常に日本語や中国語、フランス語の入出力ができません
|
19 |
-
Unfortunately, at present, the April 2024 version of llama.cpp included in RyzenAI-SW does not allow for proper input and output of Japanese, Chinese, or French.
|
20 |
|
21 |
このモデルを正常に動かすためには少なくとも2024年8月以降にリリースされたllama.cppを使う必要があります
|
22 |
To run this model correctly, you must use llama.cpp released after August 2024.
|
|
|
15 |
現在、日本語、英語、フランス語、中国語(北京語)間の翻訳をサポートしています。
|
16 |
Currently supports translation between Japanese, English, French, and Chinese(Mandarin).
|
17 |
|
18 |
+
しかし、残念ながら現時点では[RyzenAI-SW 1.2](https://github.com/amd/RyzenAI-SW)に含まれる2024年4月版のllama.cppでは正常に日本語や中国語、フランス語の入出力ができません
|
19 |
+
Unfortunately, at present, the April 2024 version of llama.cpp included in [RyzenAI-SW 1.2](https://github.com/amd/RyzenAI-SW) does not allow for proper input and output of Japanese, Chinese, or French.
|
20 |
|
21 |
このモデルを正常に動かすためには少なくとも2024年8月以降にリリースされたllama.cppを使う必要があります
|
22 |
To run this model correctly, you must use llama.cpp released after August 2024.
|