mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 10:35:01 +00:00
fix(dependencies): move deps that brings pytorch (#3873)
* fix(dependencies): move deps that brings pytorch Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * chore(deps): pin llvmlite Signed-off-by: Ettore Di Giacinto <mudler@localai.io> --------- Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
3e77a17b26
commit
134ea1a37b
12 changed files with 23 additions and 11 deletions
|
@ -1,3 +1,4 @@
|
||||||
transformers
|
transformers
|
||||||
accelerate
|
accelerate
|
||||||
torch==2.4.1
|
torch==2.4.1
|
||||||
|
coqui-tts
|
|
@ -2,4 +2,5 @@
|
||||||
torch==2.4.1+cu118
|
torch==2.4.1+cu118
|
||||||
torchaudio==2.4.1+cu118
|
torchaudio==2.4.1+cu118
|
||||||
transformers
|
transformers
|
||||||
accelerate
|
accelerate
|
||||||
|
coqui-tts
|
|
@ -1,4 +1,5 @@
|
||||||
torch==2.4.1
|
torch==2.4.1
|
||||||
torchaudio==2.4.1
|
torchaudio==2.4.1
|
||||||
transformers
|
transformers
|
||||||
accelerate
|
accelerate
|
||||||
|
coqui-tts
|
|
@ -2,4 +2,5 @@
|
||||||
torch==2.4.1+rocm6.0
|
torch==2.4.1+rocm6.0
|
||||||
torchaudio==2.4.1+rocm6.0
|
torchaudio==2.4.1+rocm6.0
|
||||||
transformers
|
transformers
|
||||||
accelerate
|
accelerate
|
||||||
|
coqui-tts
|
|
@ -5,4 +5,5 @@ torchaudio
|
||||||
optimum[openvino]
|
optimum[openvino]
|
||||||
setuptools==75.1.0 # https://github.com/mudler/LocalAI/issues/2406
|
setuptools==75.1.0 # https://github.com/mudler/LocalAI/issues/2406
|
||||||
transformers
|
transformers
|
||||||
accelerate
|
accelerate
|
||||||
|
coqui-tts
|
|
@ -1,4 +1,3 @@
|
||||||
coqui-tts
|
|
||||||
grpcio==1.67.0
|
grpcio==1.67.0
|
||||||
protobuf
|
protobuf
|
||||||
certifi
|
certifi
|
|
@ -1 +1,3 @@
|
||||||
torch==2.4.1
|
torch==2.4.1
|
||||||
|
git+https://github.com/myshell-ai/MeloTTS.git
|
||||||
|
git+https://github.com/myshell-ai/OpenVoice.git
|
|
@ -1,2 +1,4 @@
|
||||||
--extra-index-url https://download.pytorch.org/whl/cu118
|
--extra-index-url https://download.pytorch.org/whl/cu118
|
||||||
torch==2.4.1+cu118
|
torch==2.4.1+cu118
|
||||||
|
git+https://github.com/myshell-ai/MeloTTS.git
|
||||||
|
git+https://github.com/myshell-ai/OpenVoice.git
|
|
@ -1 +1,3 @@
|
||||||
torch==2.4.1
|
torch==2.4.1
|
||||||
|
git+https://github.com/myshell-ai/MeloTTS.git
|
||||||
|
git+https://github.com/myshell-ai/OpenVoice.git
|
|
@ -1,2 +1,4 @@
|
||||||
--extra-index-url https://download.pytorch.org/whl/rocm6.0
|
--extra-index-url https://download.pytorch.org/whl/rocm6.0
|
||||||
torch
|
torch==2.4.1+rocm6.0
|
||||||
|
git+https://github.com/myshell-ai/MeloTTS.git
|
||||||
|
git+https://github.com/myshell-ai/OpenVoice.git
|
|
@ -21,3 +21,4 @@ jieba==0.42.1
|
||||||
gradio==4.44.1
|
gradio==4.44.1
|
||||||
langid==1.1.6
|
langid==1.1.6
|
||||||
git+https://github.com/myshell-ai/MeloTTS.git
|
git+https://github.com/myshell-ai/MeloTTS.git
|
||||||
|
git+https://github.com/myshell-ai/OpenVoice.git
|
||||||
|
|
|
@ -16,5 +16,4 @@ cn2an==0.5.22
|
||||||
jieba==0.42.1
|
jieba==0.42.1
|
||||||
gradio
|
gradio
|
||||||
langid==1.1.6
|
langid==1.1.6
|
||||||
git+https://github.com/myshell-ai/MeloTTS.git
|
llvmlite==0.43.0
|
||||||
git+https://github.com/myshell-ai/OpenVoice.git
|
|
Loading…
Add table
Add a link
Reference in a new issue