Skip to content

Commit

Permalink
BUG: fix FishSpeech Negative code found (#2667)
Browse files Browse the repository at this point in the history
  • Loading branch information
themanforfree authored Dec 13, 2024
1 parent f0db4c6 commit 0ba44e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ all =
ormsgpack # For Fish Speech
cachetools # For Fish Speech
silero-vad # For Fish Speech
vector-quantize-pytorch<=1.17.3,>=1.14.24 # For Fish Speech
torchdiffeq # For F5-TTS
x_transformers>=1.31.14 # For F5-TTS
pypinyin # For F5-TTS
Expand Down Expand Up @@ -228,6 +229,7 @@ audio =
ormsgpack # For Fish Speech
cachetools # For Fish Speech
silero-vad # For Fish Speech
vector-quantize-pytorch<=1.17.3,>=1.14.24 # For Fish Speech
torchdiffeq # For F5-TTS
x_transformers>=1.31.14 # For F5-TTS
pypinyin # For F5-TTS
Expand Down
1 change: 1 addition & 0 deletions xinference/deploy/docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ loralib # For Fish Speech
ormsgpack # For Fish Speech
cachetools # For Fish Speech
silero-vad # For Fish Speech
vector-quantize-pytorch<=1.17.3,>=1.14.24 # For Fish Speech
torchdiffeq # For F5-TTS
x_transformers>=1.31.14 # For F5-TTS
pypinyin # For F5-TTS
Expand Down
1 change: 1 addition & 0 deletions xinference/deploy/docker/requirements_cpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ loralib # For Fish Speech
ormsgpack # For Fish Speech
cachetools # For Fish Speech
silero-vad # For Fish Speech
vector-quantize-pytorch<=1.17.3,>=1.14.24 # For Fish Speech
torchdiffeq # For F5-TTS
x_transformers>=1.31.14 # For F5-TTS
pypinyin # For F5-TTS
Expand Down

0 comments on commit 0ba44e5

Please sign in to comment.