Skip to content

Commit e7342f8

Browse files
authored
Merge pull request #729 from NVIDIA/accuracy_fix
fix: Fix BUILD file for tests/accuracy
2 parents 8eaa741 + 8b0170e commit e7342f8

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)