From a88a1d9938eec790aa7333fe6c3d33e5e2067256 Mon Sep 17 00:00:00 2001 From: haoneng.lhn <haoneng.lhn@alibaba-inc.com> Date: 星期二, 25 四月 2023 16:50:04 +0800 Subject: [PATCH] update text tokenize --- funasr/runtime/onnxruntime/src/precomp.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/funasr/runtime/onnxruntime/src/precomp.h b/funasr/runtime/onnxruntime/src/precomp.h index 95efe3a..d567f15 100644 --- a/funasr/runtime/onnxruntime/src/precomp.h +++ b/funasr/runtime/onnxruntime/src/precomp.h @@ -39,7 +39,7 @@ #include "util.h" #include "resample.h" #include "model.h" -#include "paraformer_onnx.h" +#include "paraformer.h" #include "libfunasrapi.h" using namespace paraformer; -- Gitblit v1.9.1