File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -490,9 +490,9 @@ static void print_usage(int, char ** argv) {
490490}
491491
492492int 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 ;
You can’t perform that action at this time.
0 commit comments