Skip to content

Commit b6821a5

Browse files
author
zhangyue
committed
style(tests): ruff format test_add_rms_norm.py after residual_out rename
1 parent 8c159ad commit b6821a5

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

tests/test_add_rms_norm.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,14 @@ def test_add_rms_norm(
6262

6363

6464
def _add_rms_norm(
65-
input, other, weight, *, eps=1e-6, out=None, residual_out=None, implementation_index=0
65+
input,
66+
other,
67+
weight,
68+
*,
69+
eps=1e-6,
70+
out=None,
71+
residual_out=None,
72+
implementation_index=0,
6673
):
6774
infini.ops.add_rms_norm(
6875
input,

0 commit comments

Comments
 (0)