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
bcf2333c
Unverified
Commit
bcf2333c
authored
Jan 15, 2026
by
Matthew Bonanni
Committed by
GitHub
Jan 16, 2026
Browse files
[CI] Fix LM Eval Large Models (H100) (#32423)
Signed-off-by:
Matthew Bonanni
<
mbonanni@redhat.com
>
parent
83239ff1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
vllm/model_executor/layers/quantization/input_quant_fp8.py
vllm/model_executor/layers/quantization/input_quant_fp8.py
+3
-1
No files found.
vllm/model_executor/layers/quantization/input_quant_fp8.py
View file @
bcf2333c
...
...
@@ -98,7 +98,9 @@ class QuantFP8(CustomOp):
num_token_padding
=
self
.
num_token_padding
,
scale_ub
=
scale_ub
,
use_per_token_if_dynamic
=
self
.
use_per_token_if_dynamic
,
group_shape
=
self
.
group_shape
if
self
.
static
else
None
,
group_shape
=
(
self
.
group_shape
.
row
,
self
.
group_shape
.
col
)
if
self
.
static
else
None
,
)
def
forward_hip
(
...
...
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