shixian.shi
2023-08-16 6f753a3899891f129a0d8f7ea11646f3ea6dfe31
update
1个文件已修改
2 ■■■ 已修改文件
funasr/runtime/python/onnxruntime/funasr_onnx/paraformer_bin.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
funasr/runtime/python/onnxruntime/funasr_onnx/paraformer_bin.py
@@ -235,7 +235,7 @@
            except:
                raise "model_dir must be model_name in modelscope or local path downloaded from modelscope, but is {}".format(model_dir)
        
        model_bb_file = os.path.join(model_dir, 'model_bb.onnx')
        model_bb_file = os.path.join(model_dir, 'model.onnx')
        model_eb_file = os.path.join(model_dir, 'model_eb.onnx')
        token_list_file = os.path.join(model_dir, 'tokens.txt')