run formatter

This commit is contained in:
slSeanWU
2025-10-30 17:21:32 -04:00
parent 782ec8cbac
commit fdda8e98e0
4 changed files with 64 additions and 70 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ Both scripts share the same arguments (except for `--fp8` quantization, which on
### Example 1: Single prompt (use transformers)
```bash
python generate_transformers.py \
--prompt "A cheerful piano melody"
--prompt "A cheerful rock song with bright electric guitars"
```
Outputs 4 MIDIs (and synthesized MP3s) conditioned on the same prompt by default.