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
213b6445
Unverified
Commit
213b6445
authored
Oct 10, 2025
by
Lucas Kabela
Committed by
GitHub
Oct 10, 2025
Browse files
[Bugfix] Convert untraceable GroupShape to list for AMD impl (#26535)
Signed-off-by:
Lucas Kabela
<
lucaskabela@meta.com
>
parent
784c2311
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vllm/model_executor/layers/quantization/utils/fp8_utils.py
vllm/model_executor/layers/quantization/utils/fp8_utils.py
+2
-2
No files found.
vllm/model_executor/layers/quantization/utils/fp8_utils.py
View file @
213b6445
...
@@ -360,7 +360,7 @@ class W8A8BlockFp8LinearOp:
...
@@ -360,7 +360,7 @@ class W8A8BlockFp8LinearOp:
weight
,
weight
,
input_scale
,
input_scale
,
weight_scale
,
weight_scale
,
self
.
weight_group_shape
,
list
(
self
.
weight_group_shape
)
,
input_2d
.
dtype
,
input_2d
.
dtype
,
)
)
...
@@ -377,7 +377,7 @@ class W8A8BlockFp8LinearOp:
...
@@ -377,7 +377,7 @@ class W8A8BlockFp8LinearOp:
weight
,
weight
,
input_scale
,
input_scale
,
weight_scale
,
weight_scale
,
self
.
weight_group_shape
,
list
(
self
.
weight_group_shape
)
,
input_2d
.
dtype
,
input_2d
.
dtype
,
)
)
...
...
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