From ebd656a1717e84479bb9f7af96cd3a24cfcfa92a Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Sat, 7 Sep 2024 15:10:25 -0700 Subject: [PATCH] Fix some typos in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: ```