fix(python): move vllm to after deps, drop diffusers main deps

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto 2024-08-07 23:34:37 +02:00
parent e198347886
commit 2c8623dbb4
7 changed files with 6 additions and 17 deletions

View File

@ -1,12 +1,5 @@
setuptools
accelerate
compel
peft
diffusers
grpcio==1.65.4
opencv-python
pillow
protobuf
sentencepiece
transformers
certifi

View File

@ -0,0 +1 @@
vllm

View File

@ -1,4 +1,3 @@
accelerate
torch
transformers
vllm
transformers

View File

@ -1,5 +1,4 @@
--extra-index-url https://download.pytorch.org/whl/cu118
accelerate
torch
transformers
vllm
transformers

View File

@ -1,4 +1,3 @@
accelerate
torch
transformers
vllm
transformers

View File

@ -1,5 +1,4 @@
--extra-index-url https://download.pytorch.org/whl/rocm6.0
accelerate
torch
transformers
vllm
transformers

View File

@ -4,5 +4,4 @@ accelerate
torch
transformers
optimum[openvino]
setuptools==70.3.0 # https://github.com/mudler/LocalAI/issues/2406
vllm
setuptools==70.3.0 # https://github.com/mudler/LocalAI/issues/2406