From 39b6701ba96b6e0b890f1fcdd5f3397a3a6f491f Mon Sep 17 00:00:00 2001 From: 雾聪 <wucong.lyb@alibaba-inc.com> Date: 星期四, 14 三月 2024 09:59:11 +0800 Subject: [PATCH] add SwitchArg for wss-server --- runtime/onnxruntime/src/precomp.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/runtime/onnxruntime/src/precomp.h b/runtime/onnxruntime/src/precomp.h index 776de8e..5513819 100644 --- a/runtime/onnxruntime/src/precomp.h +++ b/runtime/onnxruntime/src/precomp.h @@ -64,6 +64,7 @@ #include "seg_dict.h" #include "resample.h" #include "paraformer.h" +#include "paraformer-torch.h" #include "paraformer-online.h" #include "offline-stream.h" #include "tpass-stream.h" -- Gitblit v1.9.1