Skip to content

Commit fac1756

Browse files
committed
whitespace
1 parent fb28cd6 commit fac1756

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/simple-tts/simple-tts.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -490,9 +490,9 @@ static void print_usage(int, char ** argv) {
490490
}
491491

492492
int main(int argc, char ** argv) {
493-
// NOTE: parallel processing is incomplete. We can either remove it to make the example simpler,
494-
// or we can extend the example to support it. The latter is relatively easy to do - just store
495-
// multiple sets of codes - one for each parallel sequence. And after that, generate multiple audio
493+
// NOTE: parallel processing is incomplete. We can either remove it to make the example simpler,
494+
// or we can extend the example to support it. The latter is relatively easy to do - just store
495+
// multiple sets of codes - one for each parallel sequence. And after that, generate multiple audio
496496
// files - one for each set of codes.
497497
const int n_parallel = 1;
498498
const int n_predict = 4096;

0 commit comments

Comments
 (0)