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

8
twml/libtwml/BUILD Normal file
View File

@ -0,0 +1,8 @@
python3_library(
name = "libtwml-python",
sources = ["libtwml/**/*.py"],
tags = [
"no-mypy",
"bazel-compatible",
],
)