mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-06-01 17:07:06 +08:00
[Doc] Remove duplicate docstring (#21012)
Signed-off-by: yewentao256 <zhyanwentao@126.com>
This commit is contained in:
parent
f46098335b
commit
76ddeff293
@ -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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user