From 5dbfbc967b777f2a055aecf07127fd74b2d2e817 Mon Sep 17 00:00:00 2001 From: Cyrus Leung Date: Sun, 22 Feb 2026 03:14:41 +0800 Subject: [PATCH] [CI/Build] Fix gRPC version mismatch (#35013) Signed-off-by: DarkLight1337 (cherry picked from commit 965fe45935473e0a81cc6a0885ae7161b9c8b8cf) (cherry picked from commit 90308959295b66049024649fe1273070477f343d) --- requirements/rocm.txt | 8 ++++++-- requirements/test.in | 6 +++++- requirements/test.txt | 6 ++++++ 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/requirements/rocm.txt b/requirements/rocm.txt index 7ac853680..9f2b39199 100644 --- a/requirements/rocm.txt +++ b/requirements/rocm.txt @@ -1,6 +1,11 @@ # Common dependencies -r common.txt +# The version of gRPC libraries should be consistent with each other +grpcio==1.78.0 +grpcio-reflection==1.78.0 +grpcio-tools==1.78.0 + numba == 0.61.2 # Required for N-gram speculative decoding # Dependencies for AMD GPUs @@ -14,5 +19,4 @@ setuptools>=77.0.3,<80.0.0 setuptools-scm>=8 runai-model-streamer[s3,gcs]==0.15.3 conch-triton-kernels==1.2.1 -timm>=1.0.17 -grpcio-tools==1.78.0 # Should match `build.txt` \ No newline at end of file +timm>=1.0.17 \ No newline at end of file diff --git a/requirements/test.in b/requirements/test.in index 3ac97432e..e1b94d59e 100644 --- a/requirements/test.in +++ b/requirements/test.in @@ -48,7 +48,11 @@ buildkite-test-collector==0.1.9 genai_perf>=0.0.8 tritonclient>=2.51.0 -grpcio-tools==1.78.0 # Should match `build.txt` +# The version of gRPC libraries should be consistent with each other +grpcio==1.78.0 +grpcio-reflection==1.78.0 +grpcio-tools==1.78.0 + arctic-inference == 0.1.1 # Required for suffix decoding test numba == 0.61.2 # Required for N-gram speculative decoding numpy diff --git a/requirements/test.txt b/requirements/test.txt index 566b0e926..fa4462259 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -305,8 +305,13 @@ greenlet==3.2.3 # via sqlalchemy grpcio==1.78.0 # via + # -r requirements/test.in + # grpcio-reflection # grpcio-tools # ray + # tensorboard +grpcio-reflection==1.78.0 + # via -r requirements/test.in grpcio-tools==1.78.0 # via -r requirements/test.in gunicorn==23.0.0 @@ -781,6 +786,7 @@ protobuf==6.33.2 # via # google-api-core # googleapis-common-protos + # grpcio-reflection # grpcio-tools # mlflow-skinny # opentelemetry-proto