Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nuomanzz
TangoFlux
Commits
5c2836af
Commit
5c2836af
authored
Dec 31, 2024
by
Navonil Majumder
Browse files
Fix typo
parent
3d6007aa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
5c2836af
...
...
@@ -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_VISI
S
BLE_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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment