kei0902 commited on
Commit
3fe637d
·
verified ·
1 Parent(s): d64b7bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -32,11 +32,18 @@ This llama model was trained 2x faster with [Unsloth](https://github.com/unsloth
32
  !pip uninstall unsloth -y
33
  !pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
34
 
 
35
 
 
 
 
36
  from google.colab import output
37
  output.enable_custom_widget_manager()
38
 
39
 
 
 
 
40
  from google.colab import output
41
  output.disable_custom_widget_manager()
42
 
 
32
  !pip uninstall unsloth -y
33
  !pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
34
 
35
+ ## カスタムウィジェットマネージャの有効化
36
 
37
+ Google Colab を使用する場合、以下のコードを実行してください。
38
+
39
+ ```python
40
  from google.colab import output
41
  output.enable_custom_widget_manager()
42
 
43
 
44
+
45
+
46
+
47
  from google.colab import output
48
  output.disable_custom_widget_manager()
49