Skip to content

Commit

Permalink
fix python lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzefeng92 committed Mar 27, 2024
1 parent bd74cb0 commit 5027589
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_rms_lightlm.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
ext.rms_norm(output, inv_rms, input, weight.shape, weight, bias, 1e-6)



# 使用 RMS normalization 反向传播
grad_input = torch.empty_like(grad_output)
grad_weight = torch.empty_like(weight)
Expand Down

0 comments on commit 5027589

Please sign in to comment.