-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Fix L0_triton_cli_test_trtllm--base (#97)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ requires-python = ">=3.10,<4" | |
# TODO: Add [gpu] set of dependencies for trtllm once it's available on pypi | ||
dependencies = [ | ||
# Client deps - generally versioned together | ||
"grpcio>=1.66.1", | ||
"grpcio>=1.67.0", | ||
# Use explicit client version matching genai-perf version for tagged release | ||
"tritonclient[all] == 2.51", | ||
"genai-perf @ git+https://github.com/triton-inference-server/[email protected]#subdirectory=genai-perf", | ||
|