diff --git a/README.md b/README.md index 7e7f6a8..bf5ec4c 100644 --- a/README.md +++ b/README.md @@ -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: ```