Skip to content

Commit

Permalink
Remove srcs_version and python_version attributes, as they alread…
Browse files Browse the repository at this point in the history
…y default to `"PY3"`

PiperOrigin-RevId: 721021879
  • Loading branch information
oprypin authored and copybara-github committed Jan 29, 2025
1 parent fb4d963 commit 77e73d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion haiku/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ py_library(
"pad.py",
"testing.py",
],
srcs_version = "PY3",
visibility = ["//visibility:public"],
deps = [
"//haiku/_src:attention",
Expand Down
4 changes: 0 additions & 4 deletions haiku/_src/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,6 @@ hk_py_library(
hk_py_library(
name = "layer_stack",
srcs = ["layer_stack.py"],
srcs_version = "PY3",
deps = [
":base",
":lift",
Expand Down Expand Up @@ -972,7 +971,6 @@ hk_py_test(
hk_py_library(
name = "rms_norm",
srcs = ["rms_norm.py"],
srcs_version = "PY3",
deps = [
":base",
":initializers",
Expand All @@ -985,8 +983,6 @@ hk_py_library(
hk_py_test(
name = "rms_norm_test",
srcs = ["rms_norm_test.py"],
python_version = "PY3",
srcs_version = "PY3",
deps = [
":initializers",
":rms_norm",
Expand Down

0 comments on commit 77e73d6

Please sign in to comment.