Skip to content

Commit

Permalink
Remove addons attr
Browse files Browse the repository at this point in the history
  • Loading branch information
JadenFiotto-Kaufman committed Oct 10, 2024
1 parent d42797f commit 84c757c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/nnsight/models/NNsightModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ class NNsight:
_envoy (Envoy): Envoy for underlying model.
_session (Session): Session object if in a Session.
"""

__addons__ = {}
__methods__ = set()

proxy_class: Type[InterventionProxy] = InterventionProxy
Expand Down Expand Up @@ -534,7 +532,6 @@ def inner(cls: type):

if issubclass(base, NNsight):

self.__addons__.update(base.__addons__)
self.__methods__.update(base.__methods__)

inner(base)
Expand Down

0 comments on commit 84c757c

Please sign in to comment.