From 462355c002131c105b29b8821f67f97c532b6808 Mon Sep 17 00:00:00 2001 From: 雾聪 <wucong.lyb@alibaba-inc.com> Date: 星期四, 21 三月 2024 15:38:59 +0800 Subject: [PATCH] fix func FunASRWfstDecoderInit --- 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