Automated Code Change

PiperOrigin-RevId: 865932055
This commit is contained in:
Hana Joo 2026-02-05 07:16:04 -08:00 committed by Copybara-Service
parent 2751a194be
commit 7c19b31c66
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ pybind_extension(
py_binary( py_binary(
name = "run_example", name = "run_example",
srcs = ["run_example.py"], srcs = ["run_example.py"],
strict_deps = False,
deps = [ deps = [
":gemma", ":gemma",
"@python_deps//absl_py", "@python_deps//absl_py",