Update README.md
Browse files
README.md
CHANGED
|
@@ -61,6 +61,8 @@ else:
|
|
| 61 |
!pip install sentencepiece protobuf datasets huggingface_hub hf_transfer
|
| 62 |
!pip install --no-deps unsloth
|
| 63 |
|
|
|
|
|
|
|
| 64 |
```
|
| 65 |
## Example Usage
|
| 66 |
|
|
|
|
| 61 |
!pip install sentencepiece protobuf datasets huggingface_hub hf_transfer
|
| 62 |
!pip install --no-deps unsloth
|
| 63 |
|
| 64 |
+
!pip uninstall unsloth -y && pip install --upgrade --no-cache-dir --no-deps git+https://github.com/unslothai/unsloth.git
|
| 65 |
+
|
| 66 |
```
|
| 67 |
## Example Usage
|
| 68 |
|