Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
76ddeff2
Unverified
Commit
76ddeff2
authored
Jul 15, 2025
by
Wentao Ye
Committed by
GitHub
Jul 15, 2025
Browse files
[Doc] Remove duplicate docstring (#21012)
Signed-off-by:
yewentao256
<
zhyanwentao@126.com
>
parent
f4609833
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
vllm/model_executor/layers/quantization/utils/fp8_utils.py
vllm/model_executor/layers/quantization/utils/fp8_utils.py
+0
-2
No files found.
vllm/model_executor/layers/quantization/utils/fp8_utils.py
View file @
76ddeff2
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment