Update README.md
Browse files
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
|