Update README.md
Browse files
README.md
CHANGED
@@ -75,6 +75,7 @@ This model should NOT be used for:
|
|
75 |
## How to Get Started with the Model
|
76 |
|
77 |
```python
|
|
|
78 |
from unsloth import FastModel
|
79 |
import torch
|
80 |
|
|
|
75 |
## How to Get Started with the Model
|
76 |
|
77 |
```python
|
78 |
+
# !pip install unsloth git+https://github.com/huggingface/[email protected] -q
|
79 |
from unsloth import FastModel
|
80 |
import torch
|
81 |
|