remove all *'s with pre_process by default

This commit is contained in:
matatonic 2024-08-14 21:25:53 -04:00
parent c51355ca38
commit 20871dbcfb
2 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@
- ' F.Y. '
- - ([0-9]+)-([0-9]+)
- \1 to \2
- - '\*\*\*'
- '*'
- - '\*\*'
- '*'
- - ([0-9]+)[\s]*\*[\s]*([0-9]+)
- \1 times \2
- - '\*'
- ''

View File

@ -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