You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that either, in the first block awq_ext = None should be set or in the second, if AWQ_INSTALLED should be checked.
Also just a small note, try: import foo; except ... can be dangerous as the import can trigger side-effects, though it's not super likely, just something to be aware of.
The text was updated successfully, but these errors were encountered:
Regarding these lines:
AutoAWQ/awq/modules/linear/gemm.py
Lines 7 to 12 in 4fc6cc0
and
AutoAWQ/awq/modules/linear/gemm.py
Line 66 in 4fc6cc0
It seems that either, in the first block
awq_ext = None
should be set or in the second,if AWQ_INSTALLED
should be checked.Also just a small note,
try: import foo; except ...
can be dangerous as the import can trigger side-effects, though it's not super likely, just something to be aware of.The text was updated successfully, but these errors were encountered: