ebetica commited on
Commit
5515d72
·
verified ·
1 Parent(s): 080f8d1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -52,7 +52,7 @@ While all SAE models can be accessed through Hugging Face, only the following fi
52
  Install `esm` from GitHub (a PyPI release is coming soon):
53
 
54
  ```
55
- pip install esm@git+https://github.com/Biohub/esm.git@c94ed8d
56
  ```
57
 
58
  You can access an SAE model through Hugging Face using the code below:
 
52
  Install `esm` from GitHub (a PyPI release is coming soon):
53
 
54
  ```
55
+ pip install esm@git+https://github.com/Biohub/esm.git@main
56
  ```
57
 
58
  You can access an SAE model through Hugging Face using the code below: