From 8c336fed790bffa6805357ad3f439fac7a3c1e6a Mon Sep 17 00:00:00 2001 From: Akshay Shinde <46622301+shindeakshay0211@users.noreply.github.com> Date: 星期六, 12 四月 2025 00:20:17 +0800 Subject: [PATCH] docs: add MIT license file (#2472) (#2476) --- runtime/onnxruntime/src/precomp.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/runtime/onnxruntime/src/precomp.h b/runtime/onnxruntime/src/precomp.h index 5513819..d525c65 100644 --- a/runtime/onnxruntime/src/precomp.h +++ b/runtime/onnxruntime/src/precomp.h @@ -64,7 +64,10 @@ #include "seg_dict.h" #include "resample.h" #include "paraformer.h" +#include "sensevoice-small.h" +#ifdef USE_GPU #include "paraformer-torch.h" +#endif #include "paraformer-online.h" #include "offline-stream.h" #include "tpass-stream.h" -- Gitblit v1.9.1