Skip to content

Commit c43df0c

Browse files
authored
removing unnecessary "tensorflow"
1 parent 3efe00a commit c43df0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

official/mnist/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ py_test(
2121

2222
tf_py_logged_benchmark(
2323
name = "mnist_logged_benchmark",
24-
target = "//tensorflow/models/official/mnist:mnist_test",
24+
target = "//models/official/mnist:mnist_test",
2525
)

0 commit comments

Comments
 (0)