Skip to content

Commit

Permalink
fix the wrong help msg of midi_music.cpp
Browse files Browse the repository at this point in the history
Signed-off-by: daquexian <daquexian566@gmail.com>
  • Loading branch information
daquexian committed Sep 16, 2023
1 parent ca033d0 commit 9f4768b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion midi_music.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

static const bool kShowSpeed = std::getenv("FR_SHOW_SPEED") != nullptr;

// ./midi_music <tokenizer> <model> <strategy> <sample>
// ./midi_music <tokenizer> <model> <strategy>
// Example: ./midi_music midi_tokenizer midi_model "ncnn fp16"
int main(int argc, char **argv) {
std::cout.setf(std::ios::unitbuf);
Expand Down

0 comments on commit 9f4768b

Please sign in to comment.