diff --git a/pre_process_map.default.yaml b/pre_process_map.default.yaml index a213c10..7bbca33 100644 --- a/pre_process_map.default.yaml +++ b/pre_process_map.default.yaml @@ -31,7 +31,7 @@ - ' F.Y. ' - - ([0-9]+)-([0-9]+) - \1 to \2 -- - '\*\*\*' - - '*' -- - '\*\*' - - '*' +- - ([0-9]+)[\s]*\*[\s]*([0-9]+) + - \1 times \2 +- - '\*' + - '' diff --git a/requirements-rocm.txt b/requirements-rocm.txt index 2dcb36f..dfc905d 100644 --- a/requirements-rocm.txt +++ b/requirements-rocm.txt @@ -2,7 +2,7 @@ fastapi uvicorn loguru piper-tts -coqui-tts +coqui-tts[languages] langdetect # Creating an environment where deepspeed works is complex, for now it will be disabled by default. #deepspeed