Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,7 @@ Hugging Faceのアクセストークン (HF_TOKEN) が取得済みであるこ
|
|
31 |
必要なライブラリのインストールを行います。
|
32 |
以下は、Google Colabでの実行例です。
|
33 |
|
34 |
-
```
|
35 |
!pip uninstall unsloth -y
|
36 |
!pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
|
37 |
!pip install --upgrade torch
|
|
|
31 |
必要なライブラリのインストールを行います。
|
32 |
以下は、Google Colabでの実行例です。
|
33 |
|
34 |
+
```python
|
35 |
!pip uninstall unsloth -y
|
36 |
!pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
|
37 |
!pip install --upgrade torch
|