Update transformer version
Browse files
README.md
CHANGED
|
@@ -34,7 +34,7 @@ The Mississippi-2B model builds on the strong foundations of our H2O-Danube lang
|
|
| 34 |
|
| 35 |
### Install dependencies:
|
| 36 |
```bash
|
| 37 |
-
pip install transformers torch torchvision einops timm peft sentencepiece
|
| 38 |
```
|
| 39 |
|
| 40 |
If you have ampere GPUs, install flash-attention to speed up inference:
|
|
|
|
| 34 |
|
| 35 |
### Install dependencies:
|
| 36 |
```bash
|
| 37 |
+
pip install transformers==4.44.0 torch torchvision einops timm peft sentencepiece
|
| 38 |
```
|
| 39 |
|
| 40 |
If you have ampere GPUs, install flash-attention to speed up inference:
|