mirror of https://github.com/google/gemma.cpp.git
Remove `srcs_version` and `python_version` attributes, as they already default to `"PY3"`
PiperOrigin-RevId: 724122259
This commit is contained in:
parent
f31e12e63b
commit
82ca526c0c
|
|
@ -33,7 +33,6 @@ pybind_extension(
|
|||
py_binary(
|
||||
name = "run_example",
|
||||
srcs = ["run_example.py"],
|
||||
python_version = "PY3",
|
||||
deps = [
|
||||
":gemma",
|
||||
"@python_deps//absl_py",
|
||||
|
|
|
|||
Loading…
Reference in New Issue