u-10bei commited on
Commit
a2b3641
·
verified ·
1 Parent(s): 47de1a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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