kazuHF commited on
Commit
f49cae4
·
verified ·
1 Parent(s): fc867b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -34,8 +34,9 @@ drive.mount('/content/drive')
34
  !nvidia-smi
35
 
36
  # 必要なライブラリのインストール
37
- !pip install unsloth -q
38
- !pip uninstall unsloth -y && pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git" -q
 
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