Update transformer version
Browse files
README.md
CHANGED
@@ -34,7 +34,7 @@ The H2OVL-Mississippi-800M is a compact yet powerful vision-language model from
|
|
34 |
|
35 |
### Install dependencies:
|
36 |
```bash
|
37 |
-
pip install transformers torch torchvision einops timm peft sentencepiece flash_attn
|
38 |
```
|
39 |
|
40 |
### Sample demo:
|
|
|
34 |
|
35 |
### Install dependencies:
|
36 |
```bash
|
37 |
+
pip install transformers==4.44.0 torch torchvision einops timm peft sentencepiece flash_attn
|
38 |
```
|
39 |
|
40 |
### Sample demo:
|