LICENCE
README.md
pyproject.toml
setup.cfg
nnsight/Module.py
nnsight/__init__.py
nnsight/config.yaml
nnsight/intervention.py
nnsight/logger.py
nnsight/nnsight.log
nnsight/patching.py
nnsight/util.py
nnsight.egg-info/PKG-INFO
nnsight.egg-info/SOURCES.txt
nnsight.egg-info/dependency_links.txt
nnsight.egg-info/requires.txt
nnsight.egg-info/top_level.txt
nnsight/alteration/__init__.py
nnsight/alteration/gpt.py
nnsight/contexts/Generator.py
nnsight/contexts/Invoker.py
nnsight/contexts/Runner.py
nnsight/contexts/__init__.py
nnsight/editing/Editor.py
nnsight/editing/GraphEdit.py
nnsight/editing/WrapperModuleEdit.py
nnsight/editing/__init__.py
nnsight/fx/Graph.py
nnsight/fx/Node.py
nnsight/fx/Proxy.py
nnsight/fx/__init__.py
nnsight/models/AbstractModel.py
nnsight/models/DiffuserModel.py
nnsight/models/LanguageModel.py
nnsight/models/__init__.py
nnsight/pydantics/Config.py
nnsight/pydantics/Request.py
nnsight/pydantics/Response.py
nnsight/pydantics/__init__.py
nnsight/pydantics/fx.py
nnsight/toolbox/__init__.py
nnsight/toolbox/optim/__init__.py
nnsight/toolbox/optim/lora.py
nnsight/toolbox/optim/softprompt.py
tests/test_lm.py