toutetsu commited on
Commit
fc3cbd1
·
verified ·
1 Parent(s): 57196b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -30,10 +30,12 @@ This llama model was trained 2x faster with [Unsloth](https://github.com/unsloth
30
  ## 必要なライブラリ
31
  以下のライブラリをインストールする必要があります。
32
 
 
33
  !pip install unsloth
34
  !pip uninstall unsloth -y && pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
 
35
 
36
- ```bash
37
  ## 実行コード
38
  from unsloth import FastLanguageModel
39
  import torch
 
30
  ## 必要なライブラリ
31
  以下のライブラリをインストールする必要があります。
32
 
33
+ ```bash
34
  !pip install unsloth
35
  !pip uninstall unsloth -y && pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
36
+ ```
37
 
38
+ ```python
39
  ## 実行コード
40
  from unsloth import FastLanguageModel
41
  import torch