Skip to content

Commit f593185

Browse files
authored
Merge pull request #503 from simonrouard/patch-1
Update MUSICGEN_STYLE.md
2 parents 4ec3e79 + 57e1492 commit f593185

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/MUSICGEN_STYLE.md

+4
Original file line numberDiff line numberDiff line change
@@ -194,3 +194,7 @@ dora run solver=musicgen/musicgen_style_32khz model/lm/model_scale=medium contin
194194
to change some parts, like the conditioning or some other parts of the model, you are responsible for manually crafting a checkpoint file from which we can safely run `load_state_dict`.
195195
If you decide to do so, make sure your checkpoint is saved with `torch.save` and contains a dict
196196
`{'best_state': {'model': model_state_dict_here}}`. Directly give the path to `continue_from` without a `//pretrained/` prefix.
197+
198+
199+
[arxiv]: https://arxiv.org/abs/2407.12563
200+
[musicgen_samples]: https://musicgenstyle.github.io/

0 commit comments

Comments
 (0)