nichongjia-2007
2023-03-23 37c45ee8d7e4db18d95677c203b3432f3e6dde80
funasr/runtime/onnxruntime/tester/tester.cpp
@@ -15,7 +15,7 @@
int main(int argc, char *argv[])
{
    if (argc < 3)
    if (argc < 4)
    {
        printf("Usage: %s /path/to/model_dir /path/to/wav/file quantize(true or false) \n", argv[0]);
        exit(-1);