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
5d35160b
Commit
5d35160b
authored
Jul 14, 2025
by
zhuwenwen
Browse files
update blockwise_int8.py
parent
e34d3444
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/blockwise_int8.py
vllm/model_executor/layers/quantization/blockwise_int8.py
+1
-1
No files found.
vllm/model_executor/layers/quantization/blockwise_int8.py
View file @
5d35160b
...
...
@@ -139,7 +139,6 @@ class BlockInt8LinearMethod(LinearMethodBase):
assert
self
.
quant_config
.
weight_block_size
is
not
None
assert
self
.
quant_config
.
is_checkpoint_int8_serialized
self
.
tritonsingleton
=
W8a8GetCacheJSON
()
def
create_weights
(
self
,
...
...
@@ -337,6 +336,7 @@ class BlockInt8MoEMethod:
self
.
quant_config
=
quant_config
assert
self
.
quant_config
.
weight_block_size
is
not
None
assert
self
.
quant_config
.
is_checkpoint_int8_serialized
self
.
tritonsingleton
=
W8a8GetCacheJSON
()
def
create_weights
(
self
,
...
...
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