Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _assets/ESM3_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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.
Expand Down
Loading