Update README.md
Browse files
README.md
CHANGED
@@ -26,15 +26,14 @@ This llama model was trained 2x faster with [Unsloth](https://github.com/unsloth
|
|
26 |
|
27 |
|
28 |
|
29 |
-
# Google Colab の場合は上記の環境構築手順を行なわず、単にこのセルから実行していってください。
|
30 |
-
|
31 |
```bash
|
|
|
32 |
!pip uninstall unsloth -y
|
33 |
!pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
|
34 |
|
35 |
## カスタムウィジェットマネージャの有効化
|
36 |
|
37 |
-
Google Colab を使用する場合、以下のコードを実行してください。
|
38 |
|
39 |
```python
|
40 |
from google.colab import output
|
|
|
26 |
|
27 |
|
28 |
|
|
|
|
|
29 |
```bash
|
30 |
+
# Google Colab の場合は上記の環境構築手順を行なわず、単にこのセルから実行していってください。
|
31 |
!pip uninstall unsloth -y
|
32 |
!pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
|
33 |
|
34 |
## カスタムウィジェットマネージャの有効化
|
35 |
|
36 |
+
## Google Colab を使用する場合、以下のコードを実行してください。
|
37 |
|
38 |
```python
|
39 |
from google.colab import output
|