Skip to content

Commit

Permalink
Add checkpoint/proto/testing/BUILD.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 720301741
  • Loading branch information
liangyaning33 authored and Orbax Authors committed Jan 27, 2025
1 parent a467970 commit ef7a8da
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions checkpoint/orbax/checkpoint/proto/testing/BUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
licenses(["notice"])

proto_library(
name = "foo_proto",
srcs = ["foo.proto"],
)

py_proto_library(
name = "foo_py_pb2",
visibility = default_visibility,
deps = [":foo_proto"],
)

0 comments on commit ef7a8da

Please sign in to comment.