Fix training docs to install datasets (#1476)
Fixed doc to install from training packages
This commit is contained in:
parent
f57a2e0745
commit
4f596599f4
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue