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