Skip to content

Commit

Permalink
ci: Fix L0_triton_cli_test_trtllm--base (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
yinggeh authored Dec 18, 2024
1 parent 8ff7485 commit bf37393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bf37393

Please sign in to comment.