Skip to content

Commit 5cd697e

Browse files
committed
fix(//tests): Duplicated tensorrt dep
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent eb9d2a0 commit 5cd697e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: tests/util/BUILD

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@ cc_library(
1919
"run_forward.cpp"
2020
],
2121
deps = [
22-
"@tensorrt//:nvinfer",
2322
"//core/conversion",
2423
"//core/util:prelude",
2524
"//cpp/api:trtorch",
26-
"@tensorrt//:nvinfer"
25+
"@tensorrt//:nvinfer"
2726
] + select({
2827
":use_pre_cxx11_abi": [
2928
"@libtorch_pre_cxx11_abi//:libtorch",

0 commit comments

Comments
 (0)