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
3249f6cc
Commit
3249f6cc
authored
Feb 10, 2026
by
yangql1
Browse files
修awq的tp2的bug问题
parent
14d195dc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/model_executor/layers/quantization/awq.py
vllm/model_executor/layers/quantization/awq.py
+1
-1
No files found.
vllm/model_executor/layers/quantization/awq.py
View file @
3249f6cc
...
@@ -335,7 +335,7 @@ class AWQLinearMethod(LinearMethodBase):
...
@@ -335,7 +335,7 @@ class AWQLinearMethod(LinearMethodBase):
reshaped_x
=
x
.
reshape
(
-
1
,
x
.
shape
[
-
1
])
reshaped_x
=
x
.
reshape
(
-
1
,
x
.
shape
[
-
1
])
m
=
reshaped_x
.
shape
[
0
]
m
=
reshaped_x
.
shape
[
0
]
k
=
reshaped_x
.
shape
[
-
1
]
k
=
reshaped_x
.
shape
[
-
1
]
n
=
layer
.
output_size
n
=
zeros_and_scales
.
shape
[
0
]
out_shape
=
(
x
.
shape
[:
-
1
]
+
(
n
,
))
out_shape
=
(
x
.
shape
[:
-
1
]
+
(
n
,
))
...
...
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