Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
965fe459
Unverified
Commit
965fe459
authored
Feb 22, 2026
by
Cyrus Leung
Committed by
GitHub
Feb 21, 2026
Browse files
[CI/Build] Fix gRPC version mismatch (#35013)
Signed-off-by:
DarkLight1337
<
tlleungac@connect.ust.hk
>
parent
98b0205c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
3 deletions
+16
-3
requirements/rocm.txt
requirements/rocm.txt
+6
-2
requirements/test.in
requirements/test.in
+5
-1
requirements/test.txt
requirements/test.txt
+5
-0
No files found.
requirements/rocm.txt
View file @
965fe459
# Common dependencies
# Common dependencies
-r common.txt
-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
numba == 0.61.2 # Required for N-gram speculative decoding
# Dependencies for AMD GPUs
# Dependencies for AMD GPUs
...
@@ -15,4 +20,3 @@ setuptools-scm>=8
...
@@ -15,4 +20,3 @@ setuptools-scm>=8
runai-model-streamer[s3,gcs]==0.15.3
runai-model-streamer[s3,gcs]==0.15.3
conch-triton-kernels==1.2.1
conch-triton-kernels==1.2.1
timm>=1.0.17
timm>=1.0.17
\ No newline at end of file
grpcio-tools==1.78.0 # Should match `build.txt`
\ No newline at end of file
requirements/test.in
View file @
965fe459
...
@@ -48,7 +48,11 @@ buildkite-test-collector==0.1.9
...
@@ -48,7 +48,11 @@ buildkite-test-collector==0.1.9
genai_perf>=0.0.8
genai_perf>=0.0.8
tritonclient>=2.51.0
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
arctic-inference == 0.1.1 # Required for suffix decoding test
numba == 0.61.2 # Required for N-gram speculative decoding
numba == 0.61.2 # Required for N-gram speculative decoding
numpy
numpy
...
...
requirements/test.txt
View file @
965fe459
...
@@ -287,9 +287,13 @@ greenlet==3.2.3
...
@@ -287,9 +287,13 @@ greenlet==3.2.3
# via sqlalchemy
# via sqlalchemy
grpcio==1.78.0
grpcio==1.78.0
# via
# via
# -r requirements/test.in
# grpcio-reflection
# grpcio-tools
# grpcio-tools
# ray
# ray
# tensorboard
# tensorboard
grpcio-reflection==1.78.0
# via -r requirements/test.in
grpcio-tools==1.78.0
grpcio-tools==1.78.0
# via -r requirements/test.in
# via -r requirements/test.in
h11==0.14.0
h11==0.14.0
...
@@ -758,6 +762,7 @@ protobuf==6.33.2
...
@@ -758,6 +762,7 @@ protobuf==6.33.2
# via
# via
# google-api-core
# google-api-core
# googleapis-common-protos
# googleapis-common-protos
# grpcio-reflection
# grpcio-tools
# grpcio-tools
# opentelemetry-proto
# opentelemetry-proto
# proto-plus
# proto-plus
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment