Mahiro0698 commited on
Commit
5aef37f
·
verified ·
1 Parent(s): 8c0abaa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -27,10 +27,12 @@ This llama model was trained 2x faster with [Unsloth](https://github.com/unsloth
27
 
28
 
29
  ~~~
 
30
  %%capture
31
  !pip install unsloth
32
  !pip uninstall unsloth -y && pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
33
 
 
34
  from unsloth import FastLanguageModel
35
  import torch
36
  import json
 
27
 
28
 
29
  ~~~
30
+ # 必要なライブラリをインストール
31
  %%capture
32
  !pip install unsloth
33
  !pip uninstall unsloth -y && pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
34
 
35
+ # 必要なライブラリを読み込み
36
  from unsloth import FastLanguageModel
37
  import torch
38
  import json