Skip to content

Commit

Permalink
去除空格
Browse files Browse the repository at this point in the history
  • Loading branch information
yuchen202 committed Oct 20, 2023
1 parent 637aa67 commit 0f1fe41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/paddle/incubate/nn/functional/fused_rms_norm.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def fused_rms_norm(
>>> # doctest: +REQUIRES(env:GPU)
>>> import paddle
>>> paddle.device.set_device('gpu')
>>> paddle_x = paddle.cast(paddle.randn(shape=[32, 256]), dtype=paddle.float16)
Expand Down

0 comments on commit 0f1fe41

Please sign in to comment.