Skip to content

Commit

Permalink
fix(//tests): Duplicated tensorrt dep
Browse files Browse the repository at this point in the history
Signed-off-by: Naren Dasan <[email protected]>
Signed-off-by: Naren Dasan <[email protected]>
  • Loading branch information
narendasan committed Jul 9, 2020
1 parent eb9d2a0 commit 5cd697e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/util/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ cc_library(
"run_forward.cpp"
],
deps = [
"@tensorrt//:nvinfer",
"//core/conversion",
"//core/util:prelude",
"//cpp/api:trtorch",
"@tensorrt//:nvinfer"
"@tensorrt//:nvinfer"
] + select({
":use_pre_cxx11_abi": [
"@libtorch_pre_cxx11_abi//:libtorch",
Expand Down

0 comments on commit 5cd697e

Please sign in to comment.