mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Make models.BUILD filegroup include everything but metadata files and archives.
Change: 144127608
This commit is contained in:
parent
61a6797c4f
commit
64c6ecdfd1
|
|
@ -6,8 +6,13 @@ filegroup(
|
|||
name = "model_files",
|
||||
srcs = glob(
|
||||
[
|
||||
"**/*.pb",
|
||||
"**/*.txt",
|
||||
"**/*",
|
||||
],
|
||||
exclude = [
|
||||
"**/BUILD",
|
||||
"**/WORKSPACE",
|
||||
"**/LICENSE",
|
||||
"**/*.zip",
|
||||
],
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user