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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -33,8 +33,8 @@ You can try C3TR-Adapter for free using Google's web service Colab. Please press
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
  ```
 
33
 
34
  ### モデルの動かし方(How to use Model)
35
 
36
+ 自分のパソコンで動かす場合は、少なくとも約8.3GB以上のGPU RAMが必要です。GPUメモリが足りない場合は上記のgguf版を試すか、パラメーターを調整してください(max_length、max_new_tokensを減らす)
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 or decrease parameters(max_length、max_new_tokens).
38
 
39
  必要なライブラリのインストール(Installation of required libraries)
40
  ```