Skip to content

Commit

Permalink
fix: deps issue with cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhoangthuan99 committed Dec 18, 2024
1 parent e21a6d0 commit a4f9181
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions models/fish-speech/requirements.cuda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ vector_quantize_pytorch==1.14.24
resampy>=0.4.3
einx[torch]==0.2.2
zstandard>=0.22.0
pydub
pyaudio
faster_whisper
modelscope==1.17.1
funasr==1.1.5
Expand All @@ -34,5 +32,5 @@ cachetools
fastapi

# Stable dependencies
torch<=2.4.1
torch<=2.4.1 --index-url https://download.pytorch.org/whl/cu121
torchaudio
2 changes: 0 additions & 2 deletions models/fish-speech/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ vector_quantize_pytorch==1.14.24
resampy>=0.4.3
einx[torch]==0.2.2
zstandard>=0.22.0
pydub
pyaudio
faster_whisper
modelscope==1.17.1
funasr==1.1.5
Expand Down

0 comments on commit a4f9181

Please sign in to comment.