Update README.md
Browse files
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)
|