Unverified Commit 76ddeff2 authored by Wentao Ye's avatar Wentao Ye Committed by GitHub
Browse files

[Doc] Remove duplicate docstring (#21012)


Signed-off-by: default avataryewentao256 <zhyanwentao@126.com>
parent f4609833
...@@ -378,8 +378,6 @@ def per_token_group_quant_fp8( ...@@ -378,8 +378,6 @@ def per_token_group_quant_fp8(
is supported for now. is supported for now.
column_major_scales: Outputs scales in column major. column_major_scales: Outputs scales in column major.
out_q: Optional output tensor. If not provided, function will create. 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: Returns:
tuple[torch.Tensor, torch.Tensor]: The quantized tensor and the tuple[torch.Tensor, torch.Tensor]: The quantized tensor and the
scaling factor. scaling factor.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment