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
4020670f
Commit
4020670f
authored
Sep 23, 2025
by
zhuwenwen
Browse files
修复W4A8 PP8崩溃问题
parent
3320343d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
vllm/model_executor/layers/quantization/utils/w4a8_utils.py
vllm/model_executor/layers/quantization/utils/w4a8_utils.py
+2
-3
No files found.
vllm/model_executor/layers/quantization/utils/w4a8_utils.py
View file @
4020670f
import
torch
import
torch
import
numpy
as
np
import
numpy
as
np
try
:
try
:
from
lightop
import
awq_marlin_repack_w4a8
from
lightop
import
awq_marlin_repack_w4a8
use_lightop
=
Tru
e
use_lightop
=
Fals
e
except
Exception
:
except
Exception
:
use_lightop
=
False
use_lightop
=
False
...
...
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