From 30c40c643c19f6e2ac8679fa76d09d0f9ceccc65 Mon Sep 17 00:00:00 2001 From: chenmengzheAAA <123789350+chenmengzheAAA@users.noreply.github.com> Date: 星期四, 14 九月 2023 18:00:43 +0800 Subject: [PATCH] Update modelscope_models.md --- funasr/runtime/onnxruntime/src/precomp.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/funasr/runtime/onnxruntime/src/precomp.h b/funasr/runtime/onnxruntime/src/precomp.h index e0fdeb0..cbfcf56 100644 --- a/funasr/runtime/onnxruntime/src/precomp.h +++ b/funasr/runtime/onnxruntime/src/precomp.h @@ -19,8 +19,13 @@ using namespace std; // third part +#if defined(__APPLE__) +#include <onnxruntime/onnxruntime_cxx_api.h> +#else #include "onnxruntime_run_options_config_keys.h" #include "onnxruntime_cxx_api.h" +#endif + #include "kaldi-native-fbank/csrc/feature-fbank.h" #include "kaldi-native-fbank/csrc/online-feature.h" -- Gitblit v1.9.1