mirror of
https://github.com/evolutionaryscale/esm.git
synced 2026-06-04 17:14:23 +08:00
Pin ESM3 quickstart pip install to commit SHA
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user