Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 705215462
  • Loading branch information
liangyaning33 authored and Orbax Authors committed Dec 11, 2024
1 parent 51e624a commit f057a24
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
10 changes: 2 additions & 8 deletions BUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
package(default_visibility = ["//visibility:public"])

licenses(
["notice"],
default_visibility = ["//visibility:public"],
)
licenses(["notice"])

exports_files(
["LICENSE"],
default_visibility = ["//visibility:public"],
)
exports_files(["LICENSE"])
2 changes: 0 additions & 2 deletions checkpoint/orbax/checkpoint/_src/path/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ package(
py_library(
name = "utils",
srcs = ["utils.py"],
default_visibility = ["//visibility:public"],
srcs_version = "PY3",
)

py_library(
name = "path",
srcs = ["__init__.py"],
default_visibility = ["//visibility:public"],
)
2 changes: 0 additions & 2 deletions checkpoint/orbax/checkpoint/_src/path/snapshot/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@ package(
py_library(
name = "snapshot",
srcs = ["snapshot.py"],
default_visibility = ["//visibility:public"],
srcs_version = "PY3",
deps = ["//orbax/checkpoint/orbax/checkpoint/_src/path:utils"],
)

py_test(
name = "snapshot_test",
srcs = ["snapshot_test.py"],
default_visibility = ["//visibility:public"],
srcs_version = "PY3",
deps = [
":snapshot",
Expand Down

0 comments on commit f057a24

Please sign in to comment.