mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-18 20:27:57 +00:00
chore(deps): bump grpcio to 1.68.0 (#4166)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
9b1d53f109
commit
57e793482a
@ -1,6 +1,6 @@
|
||||
accelerate
|
||||
auto-gptq==0.7.1
|
||||
grpcio==1.67.1
|
||||
grpcio==1.68.0
|
||||
protobuf
|
||||
certifi
|
||||
transformers
|
@ -1,4 +1,4 @@
|
||||
bark==0.1.5
|
||||
grpcio==1.67.1
|
||||
grpcio==1.68.0
|
||||
protobuf
|
||||
certifi
|
@ -1,3 +1,3 @@
|
||||
grpcio==1.67.1
|
||||
grpcio==1.68.0
|
||||
protobuf
|
||||
grpcio-tools
|
@ -1,4 +1,4 @@
|
||||
grpcio==1.67.1
|
||||
grpcio==1.68.0
|
||||
protobuf
|
||||
certifi
|
||||
packaging==24.1
|
@ -1,5 +1,5 @@
|
||||
setuptools
|
||||
grpcio==1.67.1
|
||||
grpcio==1.68.0
|
||||
pillow
|
||||
protobuf
|
||||
certifi
|
||||
|
@ -1,4 +1,4 @@
|
||||
grpcio==1.67.1
|
||||
grpcio==1.68.0
|
||||
protobuf
|
||||
certifi
|
||||
wheel
|
||||
|
@ -1,3 +1,3 @@
|
||||
grpcio==1.67.1
|
||||
grpcio==1.68.0
|
||||
protobuf
|
||||
certifi
|
@ -2,7 +2,7 @@
|
||||
intel-extension-for-pytorch
|
||||
torch
|
||||
optimum[openvino]
|
||||
grpcio==1.67.1
|
||||
grpcio==1.68.0
|
||||
protobuf
|
||||
librosa==0.9.1
|
||||
faster-whisper==0.9.0
|
||||
|
@ -1,4 +1,4 @@
|
||||
grpcio==1.67.1
|
||||
grpcio==1.68.0
|
||||
protobuf
|
||||
librosa
|
||||
faster-whisper
|
||||
|
@ -1,3 +1,3 @@
|
||||
grpcio==1.67.1
|
||||
grpcio==1.68.0
|
||||
certifi
|
||||
llvmlite==0.43.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
grpcio==1.67.1
|
||||
grpcio==1.68.0
|
||||
protobuf
|
||||
certifi
|
@ -1,4 +1,4 @@
|
||||
grpcio==1.67.1
|
||||
grpcio==1.68.0
|
||||
protobuf
|
||||
certifi
|
||||
datasets
|
||||
|
@ -1,4 +1,4 @@
|
||||
grpcio==1.67.1
|
||||
grpcio==1.68.0
|
||||
protobuf
|
||||
scipy==1.14.0
|
||||
certifi
|
@ -1,4 +1,4 @@
|
||||
grpcio==1.67.1
|
||||
grpcio==1.68.0
|
||||
protobuf
|
||||
certifi
|
||||
setuptools==69.5.1 # https://github.com/mudler/LocalAI/issues/2406
|
@ -1,3 +1,3 @@
|
||||
grpcio==1.67.1
|
||||
grpcio==1.68.0
|
||||
protobuf
|
||||
certifi
|
@ -22,7 +22,7 @@ if [ "x${BUILD_TYPE}" == "x" ] && [ "x${FROM_SOURCE}" == "xtrue" ]; then
|
||||
git clone https://github.com/vllm-project/vllm
|
||||
fi
|
||||
pushd vllm
|
||||
uv pip install wheel packaging ninja "setuptools>=49.4.0" numpy typing-extensions pillow setuptools-scm grpcio==1.67.1 protobuf bitsandbytes
|
||||
uv pip install wheel packaging ninja "setuptools>=49.4.0" numpy typing-extensions pillow setuptools-scm grpcio==1.68.0 protobuf bitsandbytes
|
||||
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
|
||||
popd
|
||||
|
@ -1,4 +1,4 @@
|
||||
grpcio==1.67.1
|
||||
grpcio==1.68.0
|
||||
protobuf
|
||||
certifi
|
||||
setuptools
|
Loading…
Reference in New Issue
Block a user