Skip to content

Commit 8b0170e

Browse files
committed
fix: Fix BUILD file for tests/accuracy
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent 8eaa741 commit 8b0170e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/accuracy/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ cc_library(
109109
name = "accuracy_test",
110110
hdrs = ["accuracy_test.h"],
111111
deps = [
112-
"//cpp:torchtrt",
112+
"//cpp:torch_tensorrt",
113113
"//tests/util",
114114
"@googletest//:gtest_main",
115115
"@libtorch",

0 commit comments

Comments
 (0)