Skip to content

Commit b79d234

Browse files
committed
small fix
1 parent 1ef0133 commit b79d234

File tree

3 files changed

+1
-20
lines changed

3 files changed

+1
-20
lines changed

pyproject.toml

-10
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ requires = [
88
"cffi>=1.15.1",
99
"typing-extensions>=4.7.0",
1010
"future>=0.18.3",
11-
<<<<<<< HEAD
12-
"tensorrt-cu12>=10.6.0,<10.8.0",
13-
=======
1411
"tensorrt-cu12==10.7.0",
15-
>>>>>>> 78af8f69c (bump to trt10.7)
1612
"torch>=2.6.0.dev,<2.7.0",
1713
"pybind11==2.6.2",
1814
"numpy",
@@ -59,15 +55,9 @@ keywords = [
5955
]
6056
dependencies = [
6157
"torch>=2.6.0.dev,<2.7.0",
62-
<<<<<<< HEAD
63-
"tensorrt-cu12>=10.6.0,<10.8.0",
64-
"tensorrt-cu12-bindings>=10.6.0,<10.8.0",
65-
"tensorrt-cu12-libs>=10.6.0,<10.8.0",
66-
=======
6758
"tensorrt-cu12==10.7.0",
6859
"tensorrt-cu12-bindings==10.7.0",
6960
"tensorrt-cu12-libs==10.7.0",
70-
>>>>>>> 78af8f69c (bump to trt10.7)
7161
"packaging>=23",
7262
"numpy",
7363
"typing-extensions>=4.7.0",

toolchains/legacy/WORKSPACE.x86_64.release.rhel.tmpl

-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ http_archive(
7171
http_archive(
7272
name = "tensorrt",
7373
build_file = "@//third_party/tensorrt/archive:BUILD",
74-
sha256 = "d7f16520457caaf97ad8a7e94d802f89d77aedf9f361a255f2c216e2a3a40a11",
7574
strip_prefix = "TensorRT-10.7.0.23",
7675
urls = [
7776
"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",

uv.lock

+1-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)