Update README.md
Browse filesAdd new transformers version!
README.md
CHANGED
@@ -57,9 +57,9 @@ Granite Vision model is supported natively `transformers` from the `main` branch
|
|
57 |
|
58 |
### Usage with `transformers`
|
59 |
|
60 |
-
First, make sure to build
|
61 |
```shell
|
62 |
-
pip install
|
63 |
```
|
64 |
|
65 |
Then run the code:
|
|
|
57 |
|
58 |
### Usage with `transformers`
|
59 |
|
60 |
+
First, make sure to build the latest verions of transormers:
|
61 |
```shell
|
62 |
+
pip install transformers>=4.49
|
63 |
```
|
64 |
|
65 |
Then run the code:
|