chore(deps): bump grpcio to 1.68.0 (#4166)

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto 2024-11-16 10:33:47 +01:00 committed by GitHub
parent 9b1d53f109
commit 57e793482a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 17 additions and 17 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
grpcio==1.67.1
grpcio==1.68.0
protobuf
certifi
setuptools