geetu040 commited on
Commit
b8d1780
·
1 Parent(s): 866a5c3

add installation note

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -55,6 +55,12 @@ This is the model card of a 🤗 [transformers](https://huggingface.co/docs/tran
55
 
56
  ## How to Get Started with the Model
57
 
 
 
 
 
 
 
58
  The example below demonstrates how to generate text based on an image with `Pipeline`.
59
 
60
  ```py
 
55
 
56
  ## How to Get Started with the Model
57
 
58
+ > **Note:** Ensure you have `transformers` version **4.54.0** or later installed:
59
+ >
60
+ > ```bash
61
+ > pip install -U "transformers>=4.54.0"
62
+ > ```
63
+
64
  The example below demonstrates how to generate text based on an image with `Pipeline`.
65
 
66
  ```py