"docs/vscode:/vscode.git/clone" did not exist on "16ebf54e69a2cd4e0b29ee90c74d6de8f833c4a8"
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 ...@@ -11,7 +11,7 @@ Before running the scripts, make sure to install the library's training dependen
```bash ```bash
pip install git+https://github.com/huggingface/diffusers.git 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: And initialize an [🤗Accelerate](https://github.com/huggingface/accelerate/) environment with:
......
accelerate accelerate
torchvision torchvision
transformers transformers>=4.21.0
ftfy ftfy
tensorboard tensorboard
modelcards modelcards
\ No newline at end of file
...@@ -17,7 +17,7 @@ Colab for inference ...@@ -17,7 +17,7 @@ Colab for inference
Before running the scripts, make sure to install the library's training dependencies: Before running the scripts, make sure to install the library's training dependencies:
```bash ```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: And initialize an [🤗Accelerate](https://github.com/huggingface/accelerate/) environment with:
......
accelerate accelerate
torchvision 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