Skip to content

Commit

Permalink
Add correct model name to dora grid inits
Browse files Browse the repository at this point in the history
  • Loading branch information
rohandubey authored Sep 18, 2023
1 parent a2b9675 commit 5d47568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/MUSICGEN.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Please find some example grids to train MusicGen at
# text-to-music
dora grid musicgen.musicgen_base_32khz --dry_run --init
# melody-guided music generation
dora grid musicgen.musicgen_melody_base_32khz --dry_run --init
dora grid musicgen.musicgen_melody_32khz --dry_run --init
# Remove the `--dry_run --init` flags to actually schedule the jobs once everything is setup.
```

Expand Down

0 comments on commit 5d47568

Please sign in to comment.