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
53250530
Commit
53250530
authored
Jun 05, 2025
by
gaoqiong
Browse files
Update w8a8_int8.py
parent
40b94473
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
371 additions
and
371 deletions
+371
-371
vllm/model_executor/layers/quantization/w8a8_int8.py
vllm/model_executor/layers/quantization/w8a8_int8.py
+371
-371
No files found.
vllm/model_executor/layers/quantization/w8a8_int8.py
View file @
53250530
...
@@ -192,9 +192,9 @@ class W8A8Int8LinearMethod(LinearMethodBase):
...
@@ -192,9 +192,9 @@ class W8A8Int8LinearMethod(LinearMethodBase):
else
:
else
:
best_config
=
None
best_config
=
None
if
best_config
==
None
:
#
if best_config==None:
print
(
"m:{},n:{},k:{}"
.
format
(
m
,
n
,
k
))
#
print("m:{},n:{},k:{}".format(m,n,k))
print
(
"config not found!"
)
#
print("config not found!")
return
ops
.
triton_scaled_mm
(
x_q
,
return
ops
.
triton_scaled_mm
(
x_q
,
layer
.
weight
,
layer
.
weight
,
...
...
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