lyblsgo
2023-04-21 0b0bdc5f9f03b96216f6f179c48c92f750ea8e3e
modify funasr-onnx-offline-rtf Usage
1个文件已修改
2 ■■■ 已修改文件
funasr/runtime/onnxruntime/src/funasr-onnx-offline-rtf.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
funasr/runtime/onnxruntime/src/funasr-onnx-offline-rtf.cpp
@@ -81,7 +81,7 @@
    if (argc < 5)
    {
        printf("Usage: %s /path/to/model_dir /path/to/wav.scp quantize(true or false) nThreadNum \n", argv[0]);
        printf("Usage: %s /path/to/model_dir /path/to/wav.scp quantize(true or false) thread_num \n", argv[0]);
        exit(-1);
    }