File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,11 +109,6 @@ jobs:
109109 sudo apt-get update
110110 sudo apt-get install -y cuda-nvcc-${CUDA_VERSION} libcublas-dev-${CUDA_VERSION}
111111 export CUDACXX=/usr/local/cuda/bin/nvcc
112-
113-
114- # The python3-grpc-tools package in 22.04 is too old
115- pip install --user grpcio-tools==1.71.0 grpcio==1.71.0
116-
117112 make -C backend/python/transformers
118113
119114 make backends/huggingface backends/llama-cpp backends/local-store backends/silero-vad backends/piper backends/whisper backends/stablediffusion-ggml
@@ -210,7 +205,7 @@ jobs:
210205 - name : Dependencies
211206 run : |
212207 brew install protobuf grpc make protoc-gen-go protoc-gen-go-grpc libomp llvm
213- pip install --user --no-cache-dir grpcio-tools==1.71.0 grpcio==1.71.0
208+ pip install --user --no-cache-dir grpcio-tools grpcio
214209 - name : Build llama-cpp-darwin
215210 run : |
216211 make protogen-go
You can’t perform that action at this time.
0 commit comments