kse-01/tensorflow/third_party/tflite_smartreply.BUILD
github-classroom[bot] 1122cdd8b0
Initial commit
2023-10-09 11:37:31 +00:00

13 lines
224 B (Stored with Git LFS)
Text

package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # Apache 2.0
filegroup(
name = "model_files",
srcs = glob(
["**/*"],
exclude = [
"BUILD",
],
),
)