aarbelle commited on
Commit
cf8cb83
·
verified ·
1 Parent(s): ed5f4f0

Update README.md

Browse files

Add new transformers version!

Files changed (1) hide show
  1. README.md +2 -2
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 transormers from source following instructions [here](https://huggingface.co/docs/transformers/v4.48.2/en/installation#install-from-source):
61
  ```shell
62
- pip install git+https://github.com/huggingface/transformers
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: