lyblsgo
2023-03-21 84c9b0c3478c18f3dd8bb80f8ffbd15f10c1ac62
fix tester.cpp
1个文件已修改
2 ■■■ 已修改文件
funasr/runtime/onnxruntime/tester/tester.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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);