Transformers
English
Inference Endpoints
norabelrose commited on
Commit
714e47b
1 Parent(s): 8be3d3a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,5 +13,5 @@ With the `sae` library installed, you can access an SAE like this:
13
  ```python
14
  from sae import Sae
15
 
16
- sae = Sae.load_from_hub("EleutherAI/sae-llama-3-8b-32x-v2", hookpoint="layers.23.mlp")
17
  ```
 
13
  ```python
14
  from sae import Sae
15
 
16
+ sae = Sae.load_from_hub("EleutherAI/sae-llama-3.1-8b-32x", hookpoint="layers.23.mlp")
17
  ```