From e0fa63765bfb4a36bde7047c2a6066ca5a80e90f Mon Sep 17 00:00:00 2001 From: Yabin Li <wucong.lyb@alibaba-inc.com> Date: 星期一, 21 八月 2023 10:37:42 +0800 Subject: [PATCH] Dev hw (#878) --- funasr/runtime/onnxruntime/src/precomp.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/funasr/runtime/onnxruntime/src/precomp.h b/funasr/runtime/onnxruntime/src/precomp.h index 5298b4b..e0fdeb0 100644 --- a/funasr/runtime/onnxruntime/src/precomp.h +++ b/funasr/runtime/onnxruntime/src/precomp.h @@ -38,11 +38,13 @@ #include "ct-transformer-online.h" #include "e2e-vad.h" #include "fsmn-vad.h" +#include "encode_converter.h" #include "vocab.h" #include "audio.h" #include "fsmn-vad-online.h" #include "tensor.h" #include "util.h" +#include "seg_dict.h" #include "resample.h" #include "paraformer.h" #include "paraformer-online.h" -- Gitblit v1.9.1