Skip to content

Commit

Permalink
feat(trtllm): Force TRTLLM to 0.11.0.dev2024062500
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Jun 25, 2024
1 parent f730b61 commit abbf154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
"onnx >= 1.12.0",
"optimum >= 1.13.0",
"setuptools",
"tensorrt-llm > 0.10.0",
"tensorrt-llm == 0.11.0.dev2024062500",
"torch>=2.2.0a,<=2.3.0a",
"transformers >= 4.38.2",
"pynvml"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"onnx >= 1.12.0",
"optimum >= 1.13.0",
"setuptools",
"tensorrt-llm > 0.10.0",
"tensorrt-llm == 0.11.0.dev2024062500",
"torch>=2.2.0a,<=2.3.0a",
"transformers >= 4.38.2",
"pynvml"
Expand Down

0 comments on commit abbf154

Please sign in to comment.