diff --git a/README.md b/README.md index 0c33ba7..91b8a4e 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ If you find a better voice match for `tts-1` or `tts-1-hd`, please let me know s Version 0.18.0, 2024-08-15 * Allow folders of wav samples in xtts. Samples will be combined, allowing for mixed voices and collections of small samples. Still limited to 30 seconds total. Thanks @nathanhere. +* Fix missing yaml requirement in -min image Version 0.17.3, 2024-08-15 diff --git a/requirements-min.txt b/requirements-min.txt index e79f80c..c9935b4 100644 --- a/requirements-min.txt +++ b/requirements-min.txt @@ -2,4 +2,5 @@ fastapi uvicorn loguru numpy<2 -piper-tts \ No newline at end of file +piper-tts +pyyaml \ No newline at end of file diff --git a/requirements-rocm.txt b/requirements-rocm.txt index dfc905d..269302f 100644 --- a/requirements-rocm.txt +++ b/requirements-rocm.txt @@ -4,6 +4,7 @@ loguru piper-tts coqui-tts[languages] langdetect +pyyaml # Creating an environment where deepspeed works is complex, for now it will be disabled by default. #deepspeed torch; --index-url https://download.pytorch.org/whl/rocm5.7; sys_platform == "linux" diff --git a/requirements.txt b/requirements.txt index 9ba5862..1878494 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,7 @@ loguru piper-tts coqui-tts[languages] langdetect +pyyaml # Creating an environment where deepspeed works is complex, for now it will be disabled by default. #deepspeed