Update README.md
Browse files
README.md
CHANGED
@@ -34,8 +34,9 @@ drive.mount('/content/drive')
|
|
34 |
!nvidia-smi
|
35 |
|
36 |
# 必要なライブラリのインストール
|
37 |
-
!pip
|
38 |
-
!pip
|
|
|
39 |
!pip install -U torch -q
|
40 |
!pip install -U peft -q
|
41 |
|
|
|
34 |
!nvidia-smi
|
35 |
|
36 |
# 必要なライブラリのインストール
|
37 |
+
!pip uninstall unsloth -y
|
38 |
+
!pip install xformers -q
|
39 |
+
!pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git" -q
|
40 |
!pip install -U torch -q
|
41 |
!pip install -U peft -q
|
42 |
|