Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
130 changes: 0 additions & 130 deletions grain/_src/python/checkpoint/handler_test.py

This file was deleted.

110 changes: 0 additions & 110 deletions grain/_src/python/checkpoint/orbax_integration_test.py

This file was deleted.

4 changes: 0 additions & 4 deletions grain/_src/python/dataset/sources/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ py_library(
name = "tfrecord_dataset",
srcs = ["tfrecord_dataset.py"],
srcs_version = "PY3",
visibility = [
"//third_party/py/grain:internal",
"//third_party/py/maxtext:__pkg__",
],
deps = ["//grain/_src/python/dataset"],
)

Expand Down
1 change: 0 additions & 1 deletion grain/oss/build_whl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ main() {
# Enable host OS specific configs. For instance, "build:linux" will be used
# automatically when building on Linux.
write_to_bazelrc "build --enable_platform_specific_config"
write_to_bazelrc "build --verbose_failures"
# Bazel 7.0.0 no longer supports dynamic symbol lookup on macOS. To resolve
# undefined symbol errors in macOS arm64 builds, explicitly add the necessary
# linker flags until dependencies are well defined. See
Expand Down
Loading