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
9fac6aa3
Unverified
Commit
9fac6aa3
authored
Sep 18, 2025
by
Lucas Wilkinson
Committed by
GitHub
Sep 18, 2025
Browse files
[BugFix] Fix DeepGEMM warmup, no m.weight_scale_inv (#25206)
Signed-off-by:
Lucas Wilkinson
<
lwilkins@redhat.com
>
parent
a53ad626
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/model_executor/warmup/deep_gemm_warmup.py
vllm/model_executor/warmup/deep_gemm_warmup.py
+1
-1
No files found.
vllm/model_executor/warmup/deep_gemm_warmup.py
View file @
9fac6aa3
...
@@ -36,7 +36,7 @@ def _extract_data_from_linear_base_module(
...
@@ -36,7 +36,7 @@ def _extract_data_from_linear_base_module(
assert
m
.
quant_method
.
quant_config
is
not
None
assert
m
.
quant_method
.
quant_config
is
not
None
w
=
m
.
weight
w
=
m
.
weight
ws
=
m
.
weight_scale
_inv
ws
=
m
.
weight_scale
quant_block_size
=
m
.
quant_method
.
quant_config
.
weight_block_size
quant_block_size
=
m
.
quant_method
.
quant_config
.
weight_block_size
assert
isinstance
(
w
,
torch
.
Tensor
)
assert
isinstance
(
w
,
torch
.
Tensor
)
...
...
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