.gitignore
CLAUDE.md
CODE_OF_CONDUCT.md
LICENSE
NNsight.md
NNsight_Walkthrough.ipynb
README.md
context7.json
nnsight_logo.svg
pyproject.toml
pytest.ini
setup.py
walkthrough_script.py
.github/workflows/publish.yml
.github/workflows/python-app.yml
src/nnsight/__init__.py
src/nnsight/config.yaml
src/nnsight/ndif.py
src/nnsight/util.py
src/nnsight.egg-info/PKG-INFO
src/nnsight.egg-info/SOURCES.txt
src/nnsight.egg-info/dependency_links.txt
src/nnsight.egg-info/requires.txt
src/nnsight.egg-info/top_level.txt
src/nnsight/_c/__init__.py
src/nnsight/_c/py_mount.c
src/nnsight/intervention/__init__.py
src/nnsight/intervention/batching.py
src/nnsight/intervention/envoy.py
src/nnsight/intervention/inject.py
src/nnsight/intervention/interleaver.py
src/nnsight/intervention/serialization.py
src/nnsight/intervention/backends/__init__.py
src/nnsight/intervention/backends/base.py
src/nnsight/intervention/backends/editing.py
src/nnsight/intervention/backends/execution.py
src/nnsight/intervention/backends/remote.py
src/nnsight/intervention/tracing/__init__.py
src/nnsight/intervention/tracing/backwards.py
src/nnsight/intervention/tracing/base.py
src/nnsight/intervention/tracing/editing.py
src/nnsight/intervention/tracing/globals.py
src/nnsight/intervention/tracing/invoker.py
src/nnsight/intervention/tracing/iterator.py
src/nnsight/intervention/tracing/tracer.py
src/nnsight/intervention/tracing/util.py
src/nnsight/modeling/__init__.py
src/nnsight/modeling/base.py
src/nnsight/modeling/diffusion.py
src/nnsight/modeling/huggingface.py
src/nnsight/modeling/language.py
src/nnsight/modeling/transformers.py
src/nnsight/modeling/mixins/__init__.py
src/nnsight/modeling/mixins/loadable.py
src/nnsight/modeling/mixins/meta.py
src/nnsight/modeling/mixins/remoteable.py
src/nnsight/modeling/vllm/__init__.py
src/nnsight/modeling/vllm/batching.py
src/nnsight/modeling/vllm/sampling.py
src/nnsight/modeling/vllm/vllm.py
src/nnsight/modeling/vllm/engines/__init__.py
src/nnsight/modeling/vllm/engines/engine.py
src/nnsight/modeling/vllm/model_runners/GPUModelRunner.py
src/nnsight/modeling/vllm/model_runners/__init__.py
src/nnsight/modeling/vllm/workers/GPUWorker.py
src/nnsight/modeling/vllm/workers/__init__.py
src/nnsight/schema/__init__.py
src/nnsight/schema/config.py
src/nnsight/schema/request.py
src/nnsight/schema/response.py
tests/__init__.py
tests/conftest.py
tests/debug_demo.py
tests/explore_remote.py
tests/explore_remote_advanced.py
tests/test_debug.py
tests/test_diffusion.py
tests/test_lm.py
tests/test_remote.py
tests/test_tiny.py
tests/test_vllm.py
tests/test_vllm_dispatch_bug.py