mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
export
This commit is contained in:
parent
00bec8f243
commit
97ec4cd7b5
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user