Update python libs requirements

#4
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -121,7 +121,7 @@ Gemma 4 models handle a broad range of tasks across text, vision, and audio. Key
121
 
122
  You can use all Gemma 4 models with the latest version of Transformers. To get started, install the necessary dependencies in your environment:
123
 
124
- `pip install -U transformers torch accelerate`
125
 
126
  Once you have everything installed, you can proceed to load the model with the code below:
127
 
 
121
 
122
  You can use all Gemma 4 models with the latest version of Transformers. To get started, install the necessary dependencies in your environment:
123
 
124
+ `pip install -U transformers torch accelerate pillow Torchvision`
125
 
126
  Once you have everything installed, you can proceed to load the model with the code below:
127