Fix training docs to install datasets (#1476)

Fixed doc to install from training packages
This commit is contained in:
Pedro Gabriel Gengo Lourenço 2022-12-02 11:52:04 -03:00 committed by GitHub
parent f57a2e0745
commit 4f596599f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ ___This script is experimental. The script fine-tunes the whole model and often
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 git+https://github.com/huggingface/diffusers.git pip install "git+https://github.com/huggingface/diffusers.git#egg=diffusers[training]"
pip install -U -r requirements.txt pip install -U -r requirements.txt
``` ```