Skip to content

Commit 887dcbd

Browse files
Update python/paddle/incubate/nn/functional/moe_gate_dispatch_and_quant.py
Co-authored-by: Zhan Rongrui <[email protected]>
1 parent d08e963 commit 887dcbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/incubate/nn/functional/moe_gate_dispatch_and_quant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def moe_gate_dispatch_and_quant(
3232
use_pad: bool,
3333
use_pow2_scale: bool,
3434
name: str | None = None,
35-
) -> tuple(Tensor, Tensor, Tensor, Tensor, Tensor, Tensor):
35+
) -> tuple[Tensor, Tensor, Tensor, Tensor, Tensor, Tensor]:
3636
"""
3737
Args:
3838
x:

0 commit comments

Comments
 (0)