mirror of
https://github.com/turboderp-org/exllamav3.git
synced 2026-04-20 14:29:51 +00:00
compare_q.py: Work around AutoAWQ being broken in later versions of Transformers
This commit is contained in:
@@ -19,6 +19,8 @@ try:
|
||||
from awq.modules.linear import WQLinear_GEMM
|
||||
except ModuleNotFoundError:
|
||||
WQLinear_GEMM = None
|
||||
except ImportError:
|
||||
WQLinear_GEMM = None
|
||||
|
||||
try:
|
||||
from vptq import VQuantLinear
|
||||
|
||||
Reference in New Issue
Block a user