8000 fix: Fix BUILD file for tests/accuracy · pytorch/TensorRT@8b0170e · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 8b0170e

Browse files
committed
fix: Fix BUILD file for tests/accuracy
Signed-off-by: Dheeraj Peri <peri.dheeraj@gmail.com>
1 parent 8eaa741 commit 8b0170e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/accuracy/BUILD

+1-1
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)
0