funasr/runtime/onnxruntime/src/paraformer_onnx.cpp
@@ -10,7 +10,8 @@ fe = new FeatureExtract(3); sessionOptions.SetInterOpNumThreads(nNumThread); //sessionOptions.SetInterOpNumThreads(1); sessionOptions.SetIntraOpNumThreads(nNumThread); sessionOptions.SetGraphOptimizationLevel(GraphOptimizationLevel::ORT_ENABLE_EXTENDED); #ifdef _WIN32