Pin ESM3 quickstart pip install to commit SHA

This commit is contained in:
Zeming Lin
2026-05-27 12:17:37 +00:00
parent e2f7a1c1df
commit 17f2b00c57

View File

@@ -34,7 +34,7 @@ The code for ESM3 is available from Github and weights for esm3-sm-open-v1 is av
First install the python library using `pip`:
```
pip install esm
pip install "esm @ git+https://github.com/Biohub/esm.git@e2f7a1c1dfb97ade0a9cc8fc057bfbd59c719a5d"
```
Then import the necessary libraries and instantiate your model. Use your token from the [Biohub platform](https://biohub.ai")
@@ -54,7 +54,7 @@ The following code demonstrates how to run ESM3 locally and generate a simple se
First install the python library using `pip`:
```
pip install esm
pip install "esm @ git+https://github.com/Biohub/esm.git@e2f7a1c1dfb97ade0a9cc8fc057bfbd59c719a5d"
```
Then import the necessary libraries for your model.