Skip to content

Commit

Permalink
Merge pull request #320 from ndif-team/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
JadenFiotto-Kaufman authored Jan 31, 2025
2 parents 80ac87f + 0ffa652 commit 90a1af6
Show file tree
Hide file tree
Showing 8 changed files with 11,423 additions and 2,722 deletions.
4,913 changes: 3,576 additions & 1,337 deletions NNsight_Walkthrough.ipynb

Large diffs are not rendered by default.

4,223 changes: 4,223 additions & 0 deletions NNsight_v0_4_guide.ipynb

Large diffs are not rendered by default.

227 changes: 117 additions & 110 deletions docs/source/notebooks/tutorials/activation_patching.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/source/notebooks/tutorials/attribution_patching.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2966,7 +2966,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.15"
"version": "3.10.13"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
Expand Down
2 changes: 1 addition & 1 deletion docs/source/notebooks/tutorials/logit_lens.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1695,7 +1695,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.15"
"version": "3.10.13"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
Expand Down
4,767 changes: 3,497 additions & 1,270 deletions docs/source/notebooks/tutorials/walkthrough.ipynb

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions docs/source/start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,19 @@ Please give the project a :ndif:`star on Github` to support the project. NNsight
First Steps
-----------

.. grid:: 2 2 3 3
.. grid:: 2 2 2 2
:gutter: 2

.. grid-item-card:: Walkthrough
:link: notebooks/tutorials/walkthrough.ipynb

Walk through the basic functionality of the package.

.. grid-item-card:: Remote Access
:link: notebooks/features/remote_execution.ipynb

Configure API access for remote model execution.

.. grid-item-card:: Features
:link: features
:link-type: doc
Expand All @@ -37,7 +42,7 @@ First Steps
:link: tutorials
:link-type: doc

See implementations of :bdg-primary:`nnsight` through common interpretability techniques.
See :bdg-primary:`nnsight` implementations of common interpretability techniques.



2 changes: 1 addition & 1 deletion docs/source/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Tutorials

<div class="d-flex align-items-center">
<div class="d-flex justify-content-center" style="min-width: 50px; margin-right: 15px; height: 100%;">
<i class="fa-solid fa-arrow-down-a-z fa-2x"></i>
<i class="fa-solid fa-sliders fa-2x"></i>
</div>
<div>
<h5 class="card-title">LoRA</h5>
Expand Down

0 comments on commit 90a1af6

Please sign in to comment.