.gitignore
CHANGELOG.md
CODE_OF_CONDUCT.md
LICENSE
NNsight_Walkthrough.ipynb
NNsight_v0_3_guide.ipynb
NNsight_v0_4_guide.ipynb
README.md
conftest.py
pyproject.toml
pytest.ini
setup.py
.github/workflows/publish.yml
.github/workflows/python-app.yml
src/nnsight/__init__.py
src/nnsight/config.yaml
src/nnsight/log.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/language.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/sampling copy.py
src/nnsight/modeling/vllm/sampling.py
src/nnsight/modeling/vllm/vllm.py
src/nnsight/modeling/vllm/model_runners/GPUModelRunner copy.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/modeling/vllm/workers/gpu_input_batch.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/test_diffusion.py
tests/test_lm.py
tests/test_tiny.py
tests/test_vllm.py