Skip to content

Commit 215d07b

Browse files
committed
Update on "Add GPTQQuantizer"
Summary: Implement GPTQQuantizer with the unified quantizer API Test Plan: python test/quantization/test_quant_api.py Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
1 parent 04a012a commit 215d07b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

torchao/quantization/quant_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ def replace_conv2d_1x1(conv):
204204

205205
from .GPTQ import lm_eval_available
206206

207+
207208
if lm_eval_available:
208209
from .GPTQ import ( # pyre-ignore[21]
209210
evaluate,

0 commit comments

Comments
 (0)