"mmdet3d/models/vscode:/vscode.git/clone" did not exist on "66d883f2118cbaf925fcbfd130cbdc5d2387073d"
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
`tangoflux_config` defines the training and model hyperparameters:
```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
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