Skip to content

Commit

Permalink
BUG: Pin ChatTTS<0.2 (#2419)
Browse files Browse the repository at this point in the history
  • Loading branch information
codingl2k1 authored Oct 11, 2024
1 parent 91493d5 commit e549134
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
${{ env.SELF_HOST_PYTHON }} -m pip install -U WeTextProcessing<1.0.4
${{ env.SELF_HOST_PYTHON }} -m pip install -U librosa
${{ env.SELF_HOST_PYTHON }} -m pip install -U xxhash
${{ env.SELF_HOST_PYTHON }} -m pip install -U "ChatTTS>0.1"
${{ env.SELF_HOST_PYTHON }} -m pip install -U "ChatTTS>0.1,<0.2"
${{ env.SELF_HOST_PYTHON }} -m pip install -U HyperPyYAML
${{ env.SELF_HOST_PYTHON }} -m pip uninstall -y matcha-tts
${{ env.SELF_HOST_PYTHON }} -m pip install -U onnxruntime-gpu==1.16.0; sys_platform == 'linux'
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ all =
librosa # For ChatTTS
xxhash # For ChatTTS
torchaudio # For ChatTTS
ChatTTS>0.1
ChatTTS>0.1,<0.2
lightning>=2.0.0 # For CosyVoice, matcha
hydra-core>=1.3.2 # For CosyVoice, matcha
inflect # For CosyVoice, matcha
Expand Down Expand Up @@ -185,7 +185,7 @@ audio =
librosa
xxhash
torchaudio
ChatTTS>0.1
ChatTTS>0.1,<0.2
tiktoken # For CosyVoice, openai-whisper
torch>=2.0.0 # For CosyVoice, matcha
lightning>=2.0.0 # For CosyVoice, matcha
Expand Down
2 changes: 1 addition & 1 deletion xinference/deploy/docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ nemo_text_processing<1.1.0 # 1.1.0 requires pynini==2.1.6.post1
WeTextProcessing<1.0.4 # 1.0.4 requires pynini==2.1.6
librosa # For ChatTTS
torchaudio # For ChatTTS
ChatTTS>0.1
ChatTTS>0.1,<0.2
xxhash # For ChatTTS
torch>=2.0.0 # For CosyVoice
lightning>=2.0.0 # For CosyVoice, matcha
Expand Down
2 changes: 1 addition & 1 deletion xinference/deploy/docker/requirements_cpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ nemo_text_processing<1.1.0 # 1.1.0 requires pynini==2.1.6.post1
WeTextProcessing<1.0.4 # 1.0.4 requires pynini==2.1.6
librosa # For ChatTTS
torchaudio # For ChatTTS
ChatTTS>0.1
ChatTTS>0.1,<0.2
xxhash # For ChatTTS
torch>=2.0.0 # For CosyVoice
lightning>=2.0.0 # For CosyVoice, matcha
Expand Down

0 comments on commit e549134

Please sign in to comment.