Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zewenli98 committed Dec 18, 2024
1 parent 1ef0133 commit b79d234
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
10 changes: 0 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ requires = [
"cffi>=1.15.1",
"typing-extensions>=4.7.0",
"future>=0.18.3",
<<<<<<< HEAD
"tensorrt-cu12>=10.6.0,<10.8.0",
=======
"tensorrt-cu12==10.7.0",
>>>>>>> 78af8f69c (bump to trt10.7)
"torch>=2.6.0.dev,<2.7.0",
"pybind11==2.6.2",
"numpy",
Expand Down Expand Up @@ -59,15 +55,9 @@ keywords = [
]
dependencies = [
"torch>=2.6.0.dev,<2.7.0",
<<<<<<< HEAD
"tensorrt-cu12>=10.6.0,<10.8.0",
"tensorrt-cu12-bindings>=10.6.0,<10.8.0",
"tensorrt-cu12-libs>=10.6.0,<10.8.0",
=======
"tensorrt-cu12==10.7.0",
"tensorrt-cu12-bindings==10.7.0",
"tensorrt-cu12-libs==10.7.0",
>>>>>>> 78af8f69c (bump to trt10.7)
"packaging>=23",
"numpy",
"typing-extensions>=4.7.0",
Expand Down
1 change: 0 additions & 1 deletion toolchains/legacy/WORKSPACE.x86_64.release.rhel.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ http_archive(
http_archive(
name = "tensorrt",
build_file = "@//third_party/tensorrt/archive:BUILD",
sha256 = "d7f16520457caaf97ad8a7e94d802f89d77aedf9f361a255f2c216e2a3a40a11",
strip_prefix = "TensorRT-10.7.0.23",
urls = [
"https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.7.0/tars/TensorRT-10.7.0.23.Linux.x86_64-gnu.cuda-12.6.tar.gz",
Expand Down
10 changes: 1 addition & 9 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b79d234

Please sign in to comment.