Skip to content

Commit

Permalink
Merge branch 'master' into feat-request-middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-gray101 authored Dec 20, 2024
2 parents 095dd60 + 61e486d commit f6734d9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DETECT_LIBS?=true
# llama.cpp versions
GOLLAMA_REPO?=https://github.com/go-skynet/go-llama.cpp
GOLLAMA_VERSION?=2b57a8ae43e4699d3dc5d1496a1ccd42922993be
CPPLLAMA_VERSION?=cd920d0ac38ec243605a5a57c50941140a193f9e
CPPLLAMA_VERSION?=d408bb9268a988c5a60a5746d3a6430386e7604d

# whisper.cpp version
WHISPER_REPO?=https://github.com/ggerganov/whisper.cpp
Expand Down
2 changes: 1 addition & 1 deletion backend/python/openvoice/requirements-cpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ torch==2.4.1
git+https://github.com/myshell-ai/MeloTTS.git
git+https://github.com/myshell-ai/OpenVoice.git
whisper-timestamped
numpy==1.22.0
numpy
pydub==0.25.1
wavmark==0.0.3
eng_to_ipa==0.0.2
2 changes: 1 addition & 1 deletion backend/python/openvoice/requirements-cublas11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ torch==2.4.1+cu118
git+https://github.com/myshell-ai/MeloTTS.git
git+https://github.com/myshell-ai/OpenVoice.git
whisper-timestamped
numpy==1.22.0
numpy
pydub==0.25.1
wavmark==0.0.3
eng_to_ipa==0.0.2
2 changes: 1 addition & 1 deletion backend/python/openvoice/requirements-cublas12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ torch==2.4.1
git+https://github.com/myshell-ai/MeloTTS.git
git+https://github.com/myshell-ai/OpenVoice.git
whisper-timestamped
numpy==1.22.0
numpy
pydub==0.25.1
wavmark==0.0.3
eng_to_ipa==0.0.2
2 changes: 1 addition & 1 deletion backend/python/openvoice/requirements-intel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ librosa==0.9.1
faster-whisper==0.9.0
pydub==0.25.1
wavmark==0.0.3
numpy==1.22.0
numpy
eng_to_ipa==0.0.2
inflect==7.0.0
unidecode==1.3.7
Expand Down

0 comments on commit f6734d9

Please sign in to comment.