From 3987276e596356271c5c71263097db5fb63c6438 Mon Sep 17 00:00:00 2001 From: speech_asr <wucong.lyb@alibaba-inc.com> Date: 星期三, 20 三月 2024 10:49:21 +0800 Subject: [PATCH] add C10_USE_GLOG for 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