From 445b7ec47cbc6ce37c985fdc7e8e55c130f1d391 Mon Sep 17 00:00:00 2001 From: 雾聪 <wucong.lyb@alibaba-inc.com> Date: 星期五, 29 三月 2024 16:46:54 +0800 Subject: [PATCH] add batch for offline-stream --- runtime/onnxruntime/src/paraformer-torch.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/runtime/onnxruntime/src/paraformer-torch.h b/runtime/onnxruntime/src/paraformer-torch.h index a5993de..f099fbc 100644 --- a/runtime/onnxruntime/src/paraformer-torch.h +++ b/runtime/onnxruntime/src/paraformer-torch.h @@ -3,6 +3,7 @@ * MIT License (https://opensource.org/licenses/MIT) */ #pragma once +#define C10_USE_GLOG #include <torch/serialize.h> #include <torch/script.h> #include <torch/torch.h> -- Gitblit v1.9.1