ebetica commited on
Commit
e13a36e
·
verified ·
1 Parent(s): 58ce833

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -58,6 +58,7 @@ pip install esm@git+https://github.com/Biohub/esm.git@c94ed8d
58
  You can access an SAE model through Hugging Face using the code below:
59
 
60
  ```py
 
61
  import torch
62
  from transformers import AutoModel, AutoTokenizer
63
 
 
58
  You can access an SAE model through Hugging Face using the code below:
59
 
60
  ```py
61
+ # pip install esm@git+https://github.com/Biohub/esm.git@c94ed8d
62
  import torch
63
  from transformers import AutoModel, AutoTokenizer
64