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
70267267
Commit
70267267
authored
Aug 15, 2024
by
gaoqiong
Browse files
修改awq workspace 申请
parent
8376cc41
Changes
1
Hide 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 @
70267267
...
@@ -217,7 +217,7 @@ class AWQLinearMethod(LinearMethodBase):
...
@@ -217,7 +217,7 @@ class AWQLinearMethod(LinearMethodBase):
k
,
k
,
n
,
n
,
self
.
quant_config
.
group_size
)
self
.
quant_config
.
group_size
)
out
put
=
F
.
linear
(
reshaped_x
,
deqweight
[:,
0
:
k
])
out
=
F
.
linear
(
reshaped_x
,
deqweight
[:,
0
:
k
])
if
bias
is
not
None
:
if
bias
is
not
None
:
out
.
add_
(
bias
)
out
.
add_
(
bias
)
...
...
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