[Doc] Remove duplicate docstring (#21012)

Signed-off-by: yewentao256 <zhyanwentao@126.com>
This commit is contained in:
Wentao Ye 2025-07-15 23:09:13 -04:00 committed by GitHub
parent f46098335b
commit 76ddeff293
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -378,8 +378,6 @@ def per_token_group_quant_fp8(
is supported for now.
column_major_scales: Outputs scales in column major.
out_q: Optional output tensor. If not provided, function will create.
tuple[torch.Tensor, torch.Tensor]: The quantized tensor and the
scaling factor for quantization.
Returns:
tuple[torch.Tensor, torch.Tensor]: The quantized tensor and the
scaling factor.