Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ This is the github repo for our paper ["Not All Language Model Features Are Line

Below are instructions to reproduce each figure (aspirationally).

The required pthon packages to run this repo are
The required Python packages to run this repo are
```
transformer_lens sae_lens transformers datasets torch adjustText circuitsvis ipython
```
We recommend you creat a new python venv named multid and install these packages,
We recommend you create a new python venv named multid and install these packages,
either manually using pip or using the existing requirements.txt if you are on a linux
machine with Cuda 12.1:
```
Expand Down