Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 713685553
  • Loading branch information
liangyaning33 authored and Orbax Authors committed Jan 9, 2025
1 parent 61a6e59 commit b276d3e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions checkpoint/orbax/checkpoint/_src/multihost/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,8 @@ py_library(
srcs = ["multihost.py"],
)

py_test(
name = "multihost_test",
srcs = ["multihost_test.py"],
python_version = "PY3",
deps = [":multihost"],
)

py_library(
name = "multislice",
srcs = ["multislice.py"],
deps = [":multihost"],
)

py_test(
name = "multislice_test",
srcs = ["multislice_test.py"],
python_version = "PY3",
deps = [":multislice"],
)

0 comments on commit b276d3e

Please sign in to comment.