Skip to content

Commit fc98a63

Browse files
committed
Import error
1 parent 5e1d3c2 commit fc98a63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/quantization/test_gptq_mt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
from torchao.quantization.utils import _lm_eval_available
1010

1111
if _lm_eval_available:
12+
hqq_core = pytest.importorskip("hqq.core", reason="requires hqq")
1213
import lm_eval
1314

1415
try: # lm_eval version 0.4

0 commit comments

Comments
 (0)