Update README.md
Browse files
README.md
CHANGED
|
@@ -22,8 +22,10 @@ This mistral model was trained 2x faster with [Unsloth](https://github.com/unslo
|
|
| 22 |
|
| 23 |
# install dependencies in google colab
|
| 24 |
|
| 25 |
-
```
|
| 26 |
-
|
|
|
|
|
|
|
| 27 |
|
| 28 |
# inference
|
| 29 |
```python
|
|
|
|
| 22 |
|
| 23 |
# install dependencies in google colab
|
| 24 |
|
| 25 |
+
```shell
|
| 26 |
+
!pip install "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
|
| 27 |
+
!pip install --no-deps xformers "trl<0.9.0" peft accelerate bitsandbytes
|
| 28 |
+
```
|
| 29 |
|
| 30 |
# inference
|
| 31 |
```python
|