From 6244b743a70f8ac152e6b8f517669671322da0a8 Mon Sep 17 00:00:00 2001 From: Gang Zhuo <gang.zhuo@gmail.com> Date: 星期六, 20 九月 2025 22:41:28 +0800 Subject: [PATCH] fix: crash when using online mode with uninitialized jieba (#2663) --- runtime/python/utils/test_rtf.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/runtime/python/utils/test_rtf.py b/runtime/python/utils/test_rtf.py index 112025d..8e50c34 100644 --- a/runtime/python/utils/test_rtf.py +++ b/runtime/python/utils/test_rtf.py @@ -1,7 +1,7 @@ import time import sys import librosa -from funasr.utils.types import str2bool +from funasr.utils.type_utils import str2bool import argparse -- Gitblit v1.9.1