Unverified Commit 210be4fe authored by Suraj Patil's avatar Suraj Patil Committed by GitHub
Browse files

[examples] update transfomers version (#665)

update transfomrers version in example
parent f5b9bc8b
......@@ -11,7 +11,7 @@ Before running the scripts, make sure to install the library's training dependen
```bash
pip install git+https://github.com/huggingface/diffusers.git
pip install -r requirements.txt
pip install -U -r requirements.txt
```
And initialize an [🤗Accelerate](https://github.com/huggingface/accelerate/) environment with:
......
accelerate
torchvision
transformers
transformers>=4.21.0
ftfy
tensorboard
modelcards
\ No newline at end of file
......@@ -17,7 +17,7 @@ Colab for inference
Before running the scripts, make sure to install the library's training dependencies:
```bash
pip install diffusers[training] accelerate transformers
pip install diffusers"[training]" accelerate "transformers>=4.21.0"
```
And initialize an [🤗Accelerate](https://github.com/huggingface/accelerate/) environment with:
......
accelerate
torchvision
transformers
transformers>=4.21.0
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment