Skip to content

Commit 461e4c0

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 05562a2 commit 461e4c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
packages=find_packages(),
1313
install_requires=[
1414
'torch',
15+
'lm-eval',
1516
],
1617
description='Package for applying ao techniques to GPU models',
1718
long_description=open('README.md').read(),

0 commit comments

Comments
 (0)