From 09776d98a02006e3599847369c1bc71c5d0e326a Mon Sep 17 00:00:00 2001 From: 雾聪 <wucong.lyb@alibaba-inc.com> Date: 星期三, 20 三月 2024 14:08:27 +0800 Subject: [PATCH] update paraformer-torch --- 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