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 28133ee
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions checkpoint/orbax/checkpoint/proto/testing/BUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
licenses(["notice"])

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

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

0 comments on commit 28133ee

Please sign in to comment.