dahara1 commited on
Commit
bc8f4b6
1 Parent(s): b81be9b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -29,12 +29,12 @@ You can try C3TR-Adapter for free using Google's web service Colab. Please press
29
 
30
  - [動作確認用の簡単なサンプル(A simple sample to check the operation)](https://github.com/webbigdata-jp/python_sample/blob/main/C3TR_Adapter_Japanese_English_Translation_sample_code.ipynb)
31
  - [テキストファイルを一括で日英・英日翻訳するサンプル(Sample of batch translation of text files)](https://github.com/webbigdata-jp/python_sample/blob/main/C3TR_Adapter_batch_translation_sample.ipynb)
32
- - [試験実装したCPUなしでも動くgguf版(gguf version can run Mac and without GPU PC)](https://huggingface.co/webbigdata/C3TR-Adapter_gguf)
33
 
34
  ### モデルの動かし方(How to use Model)
35
 
36
- 自分のパソコンで動かす場合は、少なくとも約8.3GB以上のGPU RAMが必要です。
37
- If you want to run it on your own local computer, you will need at least approximately 8.3 GB or more of GPU RAM.
38
 
39
  必要なライブラリのインストール(Installation of required libraries)
40
  ```
 
29
 
30
  - [動作確認用の簡単なサンプル(A simple sample to check the operation)](https://github.com/webbigdata-jp/python_sample/blob/main/C3TR_Adapter_Japanese_English_Translation_sample_code.ipynb)
31
  - [テキストファイルを一括で日英・英日翻訳するサンプル(Sample of batch translation of text files)](https://github.com/webbigdata-jp/python_sample/blob/main/C3TR_Adapter_batch_translation_sample.ipynb)
32
+ - [試験実装したCPUなしでも動くgguf版(gguf test version can run Mac and without GPU PC)](https://huggingface.co/webbigdata/C3TR-Adapter_gguf)
33
 
34
  ### モデルの動かし方(How to use Model)
35
 
36
+ 自分のパソコンで動かす場合は、少なくとも約8.3GB以上のGPU RAMが必要です。GPUメモリが足りない場合は上記のgguf版をお試しください
37
+ If you want to run it on your own local computer, you will need at least approximately 8.3 GB or more of GPU RAM.If you do not have enough GPU memory, try the gguf version above.
38
 
39
  必要なライブラリのインストール(Installation of required libraries)
40
  ```