Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ library_name: peft
|
|
4 |
---
|
5 |
How to use :
|
6 |
```python
|
7 |
-
|
8 |
import torch
|
9 |
from transformers import TextStreamer
|
10 |
from unsloth import FastLanguageModel
|
|
|
4 |
---
|
5 |
How to use :
|
6 |
```python
|
7 |
+
!pip install "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
|
8 |
import torch
|
9 |
from transformers import TextStreamer
|
10 |
from unsloth import FastLanguageModel
|