Commit 5c2836af authored by Navonil Majumder's avatar Navonil Majumder
Browse files

Fix typo

parent 3d6007aa
...@@ -38,7 +38,7 @@ We use the accelerate package from HuggingFace for multi-gpu training. Run accel ...@@ -38,7 +38,7 @@ We use the accelerate package from HuggingFace for multi-gpu training. Run accel
`tangoflux_config` defines the training and model hyperparameters: `tangoflux_config` defines the training and model hyperparameters:
```bash ```bash
CUDA_VISISBLE_DEVICES=0,1 accelerate launch --config_file='configs/accelerator_config.yaml' src/train.py --checkpointing_steps="best" --save_every=5 --config='configs/tangoflux_config.yaml' CUDA_VISIBLE_DEVICES=0,1 accelerate launch --config_file='configs/accelerator_config.yaml' src/train.py --checkpointing_steps="best" --save_every=5 --config='configs/tangoflux_config.yaml'
``` ```
## Inference with TangoFlux ## Inference with TangoFlux
Download the TangoFlux model and generate audio from a text prompt. Download the TangoFlux model and generate audio from a text prompt.
......
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