Twitter's Recommendation Algorithm

This commit is contained in:
twitter-team
2023-03-31 12:53:53 -05:00
commit 7f90d0ca34
5364 changed files with 460246 additions and 0 deletions

View File

@ -0,0 +1,20 @@
resources(
sources = [
"!*.pyc",
"!BUILD*",
"*",
],
tags = ["bazel-compatible"],
)
# Created for Bazel compatibility.
# In Bazel, loose files must be part of a target to be included into a bundle.
# See also http://go/bazel-compatibility/bundle_does_not_match_any_files
files(
name = "files",
sources = [
"!BUILD",
"**/*",
],
tags = ["bazel-compatible"],
)