mirror of https://github.com/google/gemma.cpp.git
parent
2751a194be
commit
7c19b31c66
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue