Skip to content

Commit

Permalink
fix: Fix BUILD file for tests/accuracy
Browse files Browse the repository at this point in the history
Signed-off-by: Dheeraj Peri <[email protected]>
  • Loading branch information
peri044 committed Nov 17, 2021
1 parent 8eaa741 commit 8b0170e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/accuracy/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ cc_library(
name = "accuracy_test",
hdrs = ["accuracy_test.h"],
deps = [
"//cpp:torchtrt",
"//cpp:torch_tensorrt",
"//tests/util",
"@googletest//:gtest_main",
"@libtorch",
Expand Down

0 comments on commit 8b0170e

Please sign in to comment.