Skip to content

Commit 387d3ef

Browse files
iindykcopybara-github
authored andcommitted
Resolve few export issues with nightly releases.
They are still failing during smoke tests for TF compatibility because TF made a new release with likely incompatible protobuf version, so we'd have to update protobuf dependency if there's enough users wanting to upgrade to the new TF. PiperOrigin-RevId: 887310852
1 parent 146edf3 commit 387d3ef

4 files changed

Lines changed: 0 additions & 245 deletions

File tree

grain/_src/python/checkpoint/handler_test.py

Lines changed: 0 additions & 130 deletions
This file was deleted.

grain/_src/python/checkpoint/orbax_integration_test.py

Lines changed: 0 additions & 110 deletions
This file was deleted.

grain/_src/python/dataset/sources/BUILD

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ py_library(
2929
name = "tfrecord_dataset",
3030
srcs = ["tfrecord_dataset.py"],
3131
srcs_version = "PY3",
32-
visibility = [
33-
"//third_party/py/grain:internal",
34-
"//third_party/py/maxtext:__pkg__",
35-
],
3632
deps = ["//grain/_src/python/dataset"],
3733
)
3834

grain/oss/build_whl.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ main() {
2121
# Enable host OS specific configs. For instance, "build:linux" will be used
2222
# automatically when building on Linux.
2323
write_to_bazelrc "build --enable_platform_specific_config"
24-
write_to_bazelrc "build --verbose_failures"
2524
# Bazel 7.0.0 no longer supports dynamic symbol lookup on macOS. To resolve
2625
# undefined symbol errors in macOS arm64 builds, explicitly add the necessary
2726
# linker flags until dependencies are well defined. See

0 commit comments

Comments
 (0)