-
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.
feat: Switch to TRT-LLM LLM (High Level) API over trtllm-build CLI wo…
…rkflow (#87) Co-authored-by: KrishnanPrash <[email protected]>
- Loading branch information
1 parent
6603dd7
commit 2e055fa
Showing
14 changed files
with
231 additions
and
1,533 deletions.
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
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 |
---|---|---|
|
@@ -47,19 +47,21 @@ keywords = [] | |
requires-python = ">=3.10,<4" | ||
# TODO: Add [gpu] set of dependencies for trtllm once it's available on pypi | ||
dependencies = [ | ||
"grpcio>=1.65.5", | ||
# Client deps - generally versioned together | ||
"grpcio>=1.66.1", | ||
# Use explicit client version matching genai-perf version for tagged release | ||
"tritonclient[all] == 2.50", | ||
"genai-perf @ git+https://github.com/triton-inference-server/[email protected]#subdirectory=genai-perf", | ||
# Misc deps | ||
"directory-tree == 0.0.4", # may remove in future | ||
"docker == 6.1.3", | ||
"genai-perf @ git+https://github.com/triton-inference-server/[email protected]#subdirectory=genai-perf", | ||
# TODO: rely on tritonclient to pull in protobuf and numpy dependencies? | ||
"numpy >=1.21,<2", | ||
"protobuf>=3.7.0", | ||
"prometheus-client == 0.19.0", | ||
"psutil >= 5.9.5", # may remove later | ||
"rich == 13.5.2", | ||
# TODO: Test on cpu-only machine if [cuda] dependency is an issue, | ||
# Use explicit client version matching genai-perf version for tagged release | ||
"tritonclient[all] == 2.49", | ||
"huggingface-hub >= 0.19.4", | ||
# Testing | ||
"pytest >= 8.1.1", # may remove later | ||
|
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
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
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
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
Oops, something went wrong.