From 97ec4cd7b590e948ca129fc6d9e4ef66cb3d761e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=B8=E9=9B=81?= Date: Thu, 30 Mar 2023 00:13:03 +0800 Subject: [PATCH] export --- funasr/runtime/python/libtorch/funasr_torch/utils/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funasr/runtime/python/libtorch/funasr_torch/utils/utils.py b/funasr/runtime/python/libtorch/funasr_torch/utils/utils.py index 2f09de8c9..cafc43bf9 100644 --- a/funasr/runtime/python/libtorch/funasr_torch/utils/utils.py +++ b/funasr/runtime/python/libtorch/funasr_torch/utils/utils.py @@ -134,7 +134,7 @@ def read_yaml(yaml_path: Union[str, Path]) -> Dict: @functools.lru_cache() -def get_logger(name='torch_paraformer'): +def get_logger(name='funasr_torch'): """Initialize and get a logger by name. If the logger has not been initialized, this method will initialize the logger by adding one or two handlers, otherwise the initialized logger will