Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
bfineran authored Apr 25, 2024
1 parent 7ca861b commit 4733283
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/compressed_tensors/quantization/observers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ class Observer(Module, RegistryMixin):
pair
"""

# child classes should set to True if they are meant to be used as dynamic
DYNAMIC = False

def __init__(self, quantization_args: QuantizationArgs):
self.quantization_args: QuantizationArgs = quantization_args
super().__init__()
Expand Down

0 comments on commit 4733283

Please sign in to comment.