Skip to content

Commit 7215af0

Browse files
cantoniostf-text-github-robot
authored andcommitted
Internal configuration change.
PiperOrigin-RevId: 854343648
1 parent eee824d commit 7215af0

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

oss_scripts/pip_package/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ py_binary(
2222
name = "tensorflow_build_info",
2323
srcs = ["tensorflow_build_info.py"],
2424
deps = [
25-
"//third_party/py/absl:app",
25+
"@absl_py//absl:app",
2626
"@release_or_nightly//:tensorflow_pkg",
2727
],
2828
)

third_party/icu/data/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ exports_files(["LICENSE"])
2929
cc_library(
3030
name = "icu_normalization_data",
3131
srcs = ["normalization_data.c"],
32-
deps = ["//third_party/icu:headers"],
32+
deps = ["@icu//:headers"],
3333
alwayslink = 1,
3434
)

third_party/sentencepiece/BUILD

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ cc_library(
4444
"src/common.h",
4545
],
4646
deps = [
47-
"//third_party/absl/base",
47+
"@com_google_absl//absl/base",
4848
],
4949
)
5050

@@ -88,11 +88,11 @@ cc_library(
8888
":common",
8989
":sentencepiece_cc_proto",
9090
":sentencepiece_model_cc_proto",
91-
"//third_party/absl/container:flat_hash_map",
92-
"//third_party/absl/container:flat_hash_set",
93-
"//third_party/absl/memory",
94-
"//third_party/absl/strings",
95-
"//third_party/absl/strings:str_format",
96-
"//third_party/darts_clone",
91+
"@com_google_absl//absl/container:flat_hash_map",
92+
"@com_google_absl//absl/container:flat_hash_set",
93+
"@com_google_absl//absl/memory",
94+
"@com_google_absl//absl/strings",
95+
"@com_google_absl//absl/strings:str_format",
96+
"@darts_clone",
9797
],
9898
)

0 commit comments

Comments
 (0)