From b8909ab5b94e293605a9e04f42874e0320773a49 Mon Sep 17 00:00:00 2001
From: andyweiqiu <andywei_89@163.COM>
Date: 星期四, 21 九月 2023 09:45:24 +0800
Subject: [PATCH] itn on iOS is not supported for the time being (#969)

---
 funasr/runtime/onnxruntime/src/precomp.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/funasr/runtime/onnxruntime/src/precomp.h b/funasr/runtime/onnxruntime/src/precomp.h
index 768d05d..59e594e 100644
--- a/funasr/runtime/onnxruntime/src/precomp.h
+++ b/funasr/runtime/onnxruntime/src/precomp.h
@@ -24,6 +24,8 @@
 #else
 #include "onnxruntime_run_options_config_keys.h"
 #include "onnxruntime_cxx_api.h"
+#include "itn-model.h"
+#include "itn-processor.h"
 #endif
 
 #include "kaldi-native-fbank/csrc/feature-fbank.h"
@@ -38,11 +40,9 @@
 #include "model.h"
 #include "vad-model.h"
 #include "punc-model.h"
-#include "itn-model.h"
 #include "tokenizer.h"
 #include "ct-transformer.h"
 #include "ct-transformer-online.h"
-#include "itn-processor.h"
 #include "e2e-vad.h"
 #include "fsmn-vad.h"
 #include "encode_converter.h"

--
Gitblit v1.9.1