We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1d3c2 commit fc98a63Copy full SHA for fc98a63
test/quantization/test_gptq_mt.py
@@ -9,6 +9,7 @@
9
from torchao.quantization.utils import _lm_eval_available
10
11
if _lm_eval_available:
12
+ hqq_core = pytest.importorskip("hqq.core", reason="requires hqq")
13
import lm_eval
14
15
try: # lm_eval version 0.4
0 commit comments