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(
|
py_binary(
|
||||||
name = "run_example",
|
name = "run_example",
|
||||||
srcs = ["run_example.py"],
|
srcs = ["run_example.py"],
|
||||||
python_version = "PY3",
|
|
||||||
deps = [
|
deps = [
|
||||||
":gemma",
|
":gemma",
|
||||||
"@python_deps//absl_py",
|
"@python_deps//absl_py",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue