Skip to content

Commit

Permalink
fix code format
Browse files Browse the repository at this point in the history
  • Loading branch information
helloyongyang authored Sep 5, 2024
1 parent 4bf3684 commit 7ad20c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmc/compression/quantization/quant.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def __init__(self, bit, symmetric, granularity, **kwargs):
self.sym = symmetric
self.granularity = granularity
self.kwargs = kwargs

if 'calib_algo' in self.kwargs:
self.calib_algo = self.kwargs['calib_algo']
else:
Expand Down

0 comments on commit 7ad20c0

Please sign in to comment.