Update README.md
Browse files
README.md
CHANGED
@@ -30,3 +30,12 @@ code_example: |
|
|
30 |
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
31 |
|
32 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
31 |
|
32 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
33 |
+
|
34 |
+
|
35 |
+
```
|
36 |
+
# ライブラリーのインストール・アップグレード
|
37 |
+
!pip uninstall unsloth -y
|
38 |
+
!pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
|
39 |
+
!pip install --upgrade torch
|
40 |
+
!pip install --upgrade xformers
|
41 |
+
```
|