Update README.md
Browse files
README.md
CHANGED
@@ -38,7 +38,6 @@ model-index:
|
|
38 |
|
39 |
``` python
|
40 |
# 必要なライブラリをインストール
|
41 |
-
%%capture
|
42 |
!pip install unsloth
|
43 |
!pip uninstall unsloth -y && pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
|
44 |
!pip install -U torch
|
|
|
38 |
|
39 |
``` python
|
40 |
# 必要なライブラリをインストール
|
|
|
41 |
!pip install unsloth
|
42 |
!pip uninstall unsloth -y && pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
|
43 |
!pip install -U torch
|