Unverified Commit 4f596599 authored by Pedro Gabriel Gengo Lourenço's avatar Pedro Gabriel Gengo Lourenço Committed by GitHub
Browse files

Fix training docs to install datasets (#1476)

Fixed doc to install from training packages
parent f57a2e07
...@@ -13,7 +13,7 @@ ___This script is experimental. The script fine-tunes the whole model and often ...@@ -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
``` ```
......
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