Skip to content

Commit f7aabf1

Browse files
authored
fix: bring everything onto the same GRPC version to fix tests (#2199)
fix: more places where we are installing grpc that need a version specified fix: attempt to fix metal tests fix: metal/brew is forcing an update, they don't have 1.58 available anymore Signed-off-by: Chris Jowett <[email protected]>
1 parent e38610e commit f7aabf1

File tree

17 files changed

+29
-29
lines changed

17 files changed

+29
-29
lines changed

.github/workflows/generate_grpc_cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
build-args: |
8585
GRPC_BASE_IMAGE=${{ matrix.grpc-base-image }}
8686
GRPC_MAKEFLAGS=--jobs=4 --output-sync=target
87-
GRPC_VERSION=v1.58.0
87+
GRPC_VERSION=v1.63.0
8888
context: .
8989
file: ./Dockerfile
9090
cache-to: type=gha,ignore-error=true

.github/workflows/image_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
BASE_IMAGE=${{ inputs.base-image }}
219219
GRPC_BASE_IMAGE=${{ inputs.grpc-base-image || inputs.base-image }}
220220
GRPC_MAKEFLAGS=--jobs=4 --output-sync=target
221-
GRPC_VERSION=v1.58.0
221+
GRPC_VERSION=v1.63.0
222222
MAKEFLAGS=${{ inputs.makeflags }}
223223
context: .
224224
file: ./Dockerfile

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- pull_request
66

77
env:
8-
GRPC_VERSION: v1.58.0
8+
GRPC_VERSION: v1.63.0
99

1010
permissions:
1111
contents: write

.github/workflows/test-extra.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
sudo apt-get install -y conda
3535
sudo apt-get install -y ca-certificates cmake curl patch python3-pip
3636
sudo apt-get install -y libopencv-dev
37-
pip install --user grpcio-tools
37+
pip install --user grpcio-tools==1.63.0
3838
3939
sudo rm -rfv /usr/bin/conda || true
4040
@@ -64,7 +64,7 @@ jobs:
6464
sudo apt-get install -y conda
6565
sudo apt-get install -y ca-certificates cmake curl patch python3-pip
6666
sudo apt-get install -y libopencv-dev
67-
pip install --user grpcio-tools
67+
pip install --user grpcio-tools==1.63.0
6868
6969
sudo rm -rfv /usr/bin/conda || true
7070
@@ -95,7 +95,7 @@ jobs:
9595
sudo apt-get install -y conda
9696
sudo apt-get install -y ca-certificates cmake curl patch python3-pip
9797
sudo apt-get install -y libopencv-dev
98-
pip install --user grpcio-tools
98+
pip install --user grpcio-tools==1.63.0
9999
100100
sudo rm -rfv /usr/bin/conda || true
101101
@@ -125,7 +125,7 @@ jobs:
125125
sudo apt-get install -y conda
126126
sudo apt-get install -y ca-certificates cmake curl patch python3-pip
127127
sudo apt-get install -y libopencv-dev
128-
pip install --user grpcio-tools
128+
pip install --user grpcio-tools==1.63.0
129129
130130
sudo rm -rfv /usr/bin/conda || true
131131
@@ -155,7 +155,7 @@ jobs:
155155
sudo apt-get install -y conda
156156
sudo apt-get install -y ca-certificates cmake curl patch python3-pip
157157
sudo apt-get install -y libopencv-dev
158-
pip install --user grpcio-tools
158+
pip install --user grpcio-tools==1.63.0
159159
160160
sudo rm -rfv /usr/bin/conda || true
161161
@@ -185,7 +185,7 @@ jobs:
185185
sudo apt-get install -y conda
186186
sudo apt-get install -y ca-certificates cmake curl patch python3-pip
187187
sudo apt-get install -y libopencv-dev
188-
pip install --user grpcio-tools
188+
pip install --user grpcio-tools==1.63.0
189189
190190
sudo rm -rfv /usr/bin/conda || true
191191
@@ -217,7 +217,7 @@ jobs:
217217
# sudo apt-get install -y conda
218218
# sudo apt-get install -y ca-certificates cmake curl patch python3-pip
219219
# sudo apt-get install -y libopencv-dev
220-
# pip install --user grpcio-tools
220+
# pip install --user grpcio-tools==1.63.0
221221

222222
# sudo rm -rfv /usr/bin/conda || true
223223

@@ -289,7 +289,7 @@ jobs:
289289
# sudo apt-get install -y conda
290290
# sudo apt-get install -y ca-certificates cmake curl patch python3-pip
291291
# sudo apt-get install -y libopencv-dev
292-
# pip install --user grpcio-tools
292+
# pip install --user grpcio-tools==1.63.0
293293

294294
# sudo rm -rfv /usr/bin/conda || true
295295

@@ -322,7 +322,7 @@ jobs:
322322
# sudo apt-get install -y conda
323323
# sudo apt-get install -y ca-certificates cmake curl patch python3-pip
324324
# sudo apt-get install -y libopencv-dev
325-
# pip install --user grpcio-tools
325+
# pip install --user grpcio-tools==1.63.0
326326
# sudo rm -rfv /usr/bin/conda || true
327327
# - name: Test vllm
328328
# run: |
@@ -349,7 +349,7 @@ jobs:
349349
sudo apt-get install -y conda
350350
sudo apt-get install -y ca-certificates cmake curl patch python3-pip
351351
sudo apt-get install -y libopencv-dev
352-
pip install --user grpcio-tools
352+
pip install --user grpcio-tools==1.63.0
353353
sudo rm -rfv /usr/bin/conda || true
354354
- name: Test vall-e-x
355355
run: |
@@ -376,7 +376,7 @@ jobs:
376376
sudo apt-get update && \
377377
sudo apt-get install -y conda
378378
sudo apt-get install -y ca-certificates cmake curl patch espeak espeak-ng python3-pip
379-
pip install --user grpcio-tools
379+
pip install --user grpcio-tools==1.63.0
380380
sudo rm -rfv /usr/bin/conda || true
381381
382382
- name: Test coqui

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- '*'
1111

1212
env:
13-
GRPC_VERSION: v1.58.0
13+
GRPC_VERSION: v1.63.0
1414

1515
concurrency:
1616
group: ci-tests-${{ github.head_ref || github.ref }}-${{ github.repository }}
@@ -203,7 +203,7 @@ jobs:
203203
- name: Dependencies
204204
run: |
205205
brew install protobuf grpc make protoc-gen-go protoc-gen-go-grpc
206-
pip install --user grpcio-tools
206+
pip install --user grpcio-tools==1.63.0
207207
- name: Test
208208
run: |
209209
export C_INCLUDE_PATH=/usr/local/include

backend/python/autogptq/autogptq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies:
4141
- filelock==3.12.4
4242
- frozenlist==1.4.0
4343
- fsspec==2023.6.0
44-
- grpcio==1.59.0
44+
- grpcio==1.63.0
4545
- huggingface-hub==0.16.4
4646
- idna==3.4
4747
- jinja2==3.1.2

backend/python/common-env/transformers/transformers-nvidia.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies:
4747
- frozenlist==1.4.0
4848
- fsspec==2023.6.0
4949
- funcy==2.0
50-
- grpcio==1.59.0
50+
- grpcio==1.63.0
5151
- huggingface-hub
5252
- idna==3.4
5353
- jinja2==3.1.2

backend/python/common-env/transformers/transformers-rocm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies:
4848
- frozenlist==1.4.0
4949
- fsspec==2023.6.0
5050
- funcy==2.0
51-
- grpcio==1.59.0
51+
- grpcio==1.63.0
5252
- huggingface-hub
5353
- idna==3.4
5454
- jinja2==3.1.2

backend/python/common-env/transformers/transformers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies:
4747
- frozenlist==1.4.0
4848
- fsspec==2023.6.0
4949
- funcy==2.0
50-
- grpcio==1.59.0
50+
- grpcio==1.63.0
5151
- huggingface-hub
5252
- humanfriendly==10.0
5353
- idna==3.4

backend/python/diffusers/diffusers-rocm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies:
3434
- diffusers==0.24.0
3535
- filelock==3.12.4
3636
- fsspec==2023.9.2
37-
- grpcio==1.59.0
37+
- grpcio==1.63.0
3838
- huggingface-hub>=0.19.4
3939
- idna==3.4
4040
- importlib-metadata==6.8.0

backend/python/diffusers/diffusers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies:
3232
- diffusers==0.24.0
3333
- filelock==3.12.4
3434
- fsspec==2023.9.2
35-
- grpcio==1.59.0
35+
- grpcio==1.63.0
3636
- huggingface-hub>=0.19.4
3737
- idna==3.4
3838
- importlib-metadata==6.8.0

backend/python/diffusers/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ if [ -d "/opt/intel" ]; then
3131
--extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
3232

3333
pip install google-api-python-client \
34-
grpcio \
35-
grpcio-tools \
34+
grpcio==1.63.0 \
35+
grpcio-tools==1.63.0 \
3636
diffusers==0.24.0 \
3737
transformers>=4.25.1 \
3838
accelerate \

backend/python/exllama/exllama.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies:
2727
- pip:
2828
- filelock==3.12.4
2929
- fsspec==2023.9.2
30-
- grpcio==1.59.0
30+
- grpcio==1.63.0
3131
- jinja2==3.1.2
3232
- markupsafe==2.1.3
3333
- mpmath==1.3.0

backend/python/exllama2/exllama2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies:
2727
- pip:
2828
- filelock==3.12.4
2929
- fsspec==2023.9.2
30-
- grpcio==1.59.0
30+
- grpcio==1.63.0
3131
- markupsafe==2.1.3
3232
- mpmath==1.3.0
3333
- networkx==3.1

backend/python/parler-tts/parler-nvidia.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
- zlib=1.2.13=h5eee18b_0
2727
- pip:
2828
- accelerate>=0.11.0
29-
- grpcio==1.59.0
29+
- grpcio==1.63.0
3030
- numpy==1.26.0
3131
- nvidia-cublas-cu12==12.1.3.1
3232
- nvidia-cuda-cupti-cu12==12.1.105

backend/python/parler-tts/parler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies:
2727
- pip:
2828
- accelerate>=0.11.0
2929
- numpy==1.26.0
30-
- grpcio==1.59.0
30+
- grpcio==1.63.0
3131
- torch==2.1.0
3232
- transformers>=4.34.0
3333
- descript-audio-codec

backend/python/vall-e-x/ttsvalle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies:
4242
- future==0.18.3
4343
- gradio==3.47.1
4444
- gradio-client==0.6.0
45-
- grpcio==1.59.0
45+
- grpcio==1.63.0
4646
- h11==0.14.0
4747
- httpcore==0.18.0
4848
- httpx==0.25.0

0 commit comments

Comments
 (0)