Toki-AI commited on
Commit
96830c9
·
verified ·
1 Parent(s): 457c03d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -45,6 +45,13 @@ pip install transformers torch unsloth bitsandbytes accelerate peft
45
  ```
46
 
47
 
 
 
 
 
 
 
 
48
  ---
49
 
50
  ## モデルのロード & 推論手順 (Inference)
 
45
  ```
46
 
47
 
48
+ Google Colabの場合は以下のコマンドを実行してください。
49
+ ```bash
50
+ !pip uninstall unsloth -y
51
+ !pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
52
+ ```
53
+
54
+
55
  ---
56
 
57
  ## モデルのロード & 推論手順 (Inference)