mirror of
https://github.com/mudler/LocalAI.git
synced 2025-02-21 09:41:45 +00:00
chore(deps): bump grpcio to 1.67.0 (#3851)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
fdf1452c6b
commit
1b44a5a3b7
@ -1,6 +1,6 @@
|
|||||||
accelerate
|
accelerate
|
||||||
auto-gptq==0.7.1
|
auto-gptq==0.7.1
|
||||||
grpcio==1.66.2
|
grpcio==1.67.0
|
||||||
protobuf
|
protobuf
|
||||||
certifi
|
certifi
|
||||||
transformers
|
transformers
|
@ -1,4 +1,4 @@
|
|||||||
bark==0.1.5
|
bark==0.1.5
|
||||||
grpcio==1.66.2
|
grpcio==1.67.0
|
||||||
protobuf
|
protobuf
|
||||||
certifi
|
certifi
|
@ -1,2 +1,2 @@
|
|||||||
grpcio==1.66.2
|
grpcio==1.67.0
|
||||||
protobuf
|
protobuf
|
@ -1,4 +1,4 @@
|
|||||||
coqui-tts
|
coqui-tts
|
||||||
grpcio==1.66.2
|
grpcio==1.67.0
|
||||||
protobuf
|
protobuf
|
||||||
certifi
|
certifi
|
@ -1,5 +1,5 @@
|
|||||||
setuptools
|
setuptools
|
||||||
grpcio==1.66.2
|
grpcio==1.67.0
|
||||||
pillow
|
pillow
|
||||||
protobuf
|
protobuf
|
||||||
certifi
|
certifi
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
grpcio==1.66.2
|
grpcio==1.67.0
|
||||||
protobuf
|
protobuf
|
||||||
certifi
|
certifi
|
||||||
wheel
|
wheel
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
grpcio==1.66.2
|
grpcio==1.67.0
|
||||||
protobuf
|
protobuf
|
||||||
certifi
|
certifi
|
@ -2,7 +2,7 @@
|
|||||||
intel-extension-for-pytorch
|
intel-extension-for-pytorch
|
||||||
torch
|
torch
|
||||||
optimum[openvino]
|
optimum[openvino]
|
||||||
grpcio==1.66.2
|
grpcio==1.67.0
|
||||||
protobuf
|
protobuf
|
||||||
librosa==0.9.1
|
librosa==0.9.1
|
||||||
faster-whisper==1.0.3
|
faster-whisper==1.0.3
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
grpcio==1.66.2
|
grpcio==1.67.0
|
||||||
protobuf
|
protobuf
|
||||||
librosa
|
librosa
|
||||||
faster-whisper
|
faster-whisper
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
grpcio==1.66.2
|
grpcio==1.67.0
|
||||||
protobuf
|
protobuf
|
||||||
certifi
|
certifi
|
||||||
llvmlite==0.43.0
|
llvmlite==0.43.0
|
@ -1,3 +1,3 @@
|
|||||||
grpcio==1.66.2
|
grpcio==1.67.0
|
||||||
protobuf
|
protobuf
|
||||||
certifi
|
certifi
|
@ -1,4 +1,4 @@
|
|||||||
grpcio==1.66.2
|
grpcio==1.67.0
|
||||||
protobuf
|
protobuf
|
||||||
certifi
|
certifi
|
||||||
datasets
|
datasets
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
grpcio==1.66.2
|
grpcio==1.67.0
|
||||||
protobuf
|
protobuf
|
||||||
scipy==1.14.0
|
scipy==1.14.0
|
||||||
certifi
|
certifi
|
@ -1,4 +1,4 @@
|
|||||||
grpcio==1.66.2
|
grpcio==1.67.0
|
||||||
protobuf
|
protobuf
|
||||||
certifi
|
certifi
|
||||||
setuptools==69.5.1 # https://github.com/mudler/LocalAI/issues/2406
|
setuptools==69.5.1 # https://github.com/mudler/LocalAI/issues/2406
|
@ -1,3 +1,3 @@
|
|||||||
grpcio==1.66.2
|
grpcio==1.67.0
|
||||||
protobuf
|
protobuf
|
||||||
certifi
|
certifi
|
@ -22,7 +22,7 @@ if [ "x${BUILD_TYPE}" == "x" ] && [ "x${FROM_SOURCE}" == "xtrue" ]; then
|
|||||||
git clone https://github.com/vllm-project/vllm
|
git clone https://github.com/vllm-project/vllm
|
||||||
fi
|
fi
|
||||||
pushd vllm
|
pushd vllm
|
||||||
uv pip install wheel packaging ninja "setuptools>=49.4.0" numpy typing-extensions pillow setuptools-scm grpcio==1.66.2 protobuf bitsandbytes
|
uv pip install wheel packaging ninja "setuptools>=49.4.0" numpy typing-extensions pillow setuptools-scm grpcio==1.67.0 protobuf bitsandbytes
|
||||||
uv pip install -v -r requirements-cpu.txt --extra-index-url https://download.pytorch.org/whl/cpu
|
uv pip install -v -r requirements-cpu.txt --extra-index-url https://download.pytorch.org/whl/cpu
|
||||||
VLLM_TARGET_DEVICE=cpu python setup.py install
|
VLLM_TARGET_DEVICE=cpu python setup.py install
|
||||||
popd
|
popd
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
grpcio==1.66.2
|
grpcio==1.67.0
|
||||||
protobuf
|
protobuf
|
||||||
certifi
|
certifi
|
||||||
setuptools
|
setuptools
|
Loading…
x
Reference in New Issue
Block a user