You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lishq fef65d40fe
fix: prevent concurrent access to BERT model with thread lock (#2165)
Added thread lock to protect get_phones_and_bert method from potential race conditions during concurrent access. This addresses issue #1844 where multiple threads accessing the BERT model simultaneously could cause data inconsistency or crashes.

Co-authored-by: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com>
4 months ago
..
TTS.py 为api_v2和inference_webui_fast适配V3版本 (#2188) 4 months ago
TextPreprocessor.py fix: prevent concurrent access to BERT model with thread lock (#2165) 4 months ago
__init__.py All in one! 合并main分支和fast_inference_分支 (#1490) 12 months ago
text_segmentation_method.py Add en_normalization and fix LangSegmenter (#2062) 6 months ago