hnluo
2023-07-28 c64d4b25e2d60981953dc4b2e984cb90410d5c7b
funasr/runtime/onnxruntime/src/paraformer.cpp
@@ -33,6 +33,7 @@
    try {
        m_session = std::make_unique<Ort::Session>(env_, am_model.c_str(), session_options);
        LOG(INFO) << "Successfully load model from " << am_model;
    } catch (std::exception const &e) {
        LOG(ERROR) << "Error when load am onnx model: " << e.what();
        exit(0);