aino813 commited on
Commit
a73a8b3
·
verified ·
1 Parent(s): 8267aae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -9,6 +9,16 @@ tags:
9
  license: apache-2.0
10
  language:
11
  - en
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  # Uploaded model
 
9
  license: apache-2.0
10
  language:
11
  - en
12
+ - ja
13
+
14
+ code_example: |
15
+ # ライブラリーのインストール・アップグレード
16
+ !pip uninstall unsloth -y
17
+ !pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
18
+ !pip install --upgrade torch
19
+ !pip install --upgrade xformers
20
+
21
+
22
  ---
23
 
24
  # Uploaded model