Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Sayers <kylesayrs@gmail.com>
  • Loading branch information
kylesayrs committed Jan 29, 2025
1 parent 2d6e366 commit 5070615
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/llmcompressor/modifiers/utils/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,12 @@ class HooksMixin(BaseModel):
- modifier.remove_hooks()
"""

<<<<<<< .merge_file_6kKUs9
# attached to global HooksMixin class
_HOOKS_DISABLED: ClassVar[bool] = False
_HOOKS_KEEP_ENABLED: ClassVar[Set[RemovableHandle]] = set()

# attached to local subclasses
_hooks: Set[RemovableHandle] = set()
=======
_HOOKS_DISABLED: ClassVar[bool] = False # attached to global HooksMixin
_hooks: Set[RemovableHandle] = set() # attached to local subclasses
>>>>>>> .merge_file_ehHxqS

@classmethod
@contextlib.contextmanager
Expand Down

0 comments on commit 5070615

Please sign in to comment.