Skip to content
Merged
Show file tree
Hide file tree
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Note that our API migrated from forge.evolutionaryscale.ai to [biohub.ai](https:
To get started with ESM, install the python library using `pip`:

```
pip install "esm @ git+https://github.com/Biohub/esm.git@c94ed8d763bbd7088b296949e5b401e8ea12073a"
pip install esm@git+https://github.com/Biohub/esm.git@c94ed8d
```

Then import the necessary libraries and instantiate your desired model.
Expand Down Expand Up @@ -221,7 +221,7 @@ with open("1mht_pred.cif", "w") as f:
Install the `esm` Python package

```
pip install "esm @ git+https://github.com/Biohub/esm.git@c94ed8d763bbd7088b296949e5b401e8ea12073a"
pip install esm@git+https://github.com/Biohub/esm.git@c94ed8d
```

Import the necessary libraries.
Expand Down
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@c94ed8d
```

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@c94ed8d
```

Then import the necessary libraries for your model.
Expand Down
2 changes: 1 addition & 1 deletion cookbook/local/open_generate.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"outputs": [],
"source": [
"%set_env TOKENIZERS_PARALLELISM=false\n",
"!pip install esm\n",
"!pip install esm@git+https://github.com/Biohub/esm.git@c94ed8d\n",
"import numpy as np\n",
"import torch\n",
"\n",
Expand Down
5 changes: 3 additions & 2 deletions cookbook/tutorials/embed.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@
"outputs": [],
"source": [
"# If you are working in colab, uncomment these lines to install dependencies\n",
"# ! pip install esm\n",
"# ! pip install matplotlib"
"# ! pip install esm@git+https://github.com/Biohub/esm.git@c94ed8d\n",
"# ! pip install matplotlib\n",
"# ! pip install seaborn\n"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion cookbook/tutorials/esm3_generate.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"source": [
"%set_env TOKENIZERS_PARALLELISM=false\n",
"# If you are working in colab, uncomment these lines to install dependencies\n",
"# !pip install esm\n",
"# !pip install esm@git+https://github.com/Biohub/esm.git@c94ed8d\n",
"# !pip install py3Dmol\n",
"\n",
"import numpy as np\n",
Expand Down
2 changes: 1 addition & 1 deletion cookbook/tutorials/esm3_guided_generation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"outputs": [],
"source": [
"# # If you are working in colab, uncomment these lines to install dependencies\n",
"# !pip install esm\n",
"# !pip install esm@git+https://github.com/Biohub/esm.git@c94ed8d\n",
"# !pip install py3dmol"
]
},
Expand Down
2 changes: 1 addition & 1 deletion cookbook/tutorials/esmc_layer_sweep.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"outputs": [],
"source": [
"# If you are working in colab, uncomment these lines to install dependencies\n",
"# !pip install esm"
"# !pip install esm@git+https://github.com/Biohub/esm.git@c94ed8d"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion cookbook/tutorials/esmc_mutation_scoring.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"outputs": [],
"source": [
"# If you are working in colab, uncomment these lines to install dependencies\n",
"# !pip install esm\n",
"# !pip install esm@git+https://github.com/Biohub/esm.git@c94ed8d\n",
"# !pip install py3dmol"
]
},
Expand Down
2 changes: 1 addition & 1 deletion cookbook/tutorials/esmfold2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"outputs": [],
"source": [
"# If you are working in colab, uncomment these lines to install dependencies\n",
"# !pip install esm\n",
"# !pip install esm@git+https://github.com/Biohub/esm.git@c94ed8d\n",
"# !pip install py3dmol"
]
},
Expand Down
2 changes: 1 addition & 1 deletion cookbook/tutorials/esmprotein.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"outputs": [],
"source": [
"# If you are working in colab, uncomment these lines to install dependencies\n",
"# ! pip install esm\n",
"# ! pip install esm@git+https://github.com/Biohub/esm.git@c94ed8d\n",
"# ! pip install py3Dmol\n",
"# ! pip install matplotlib\n",
"# ! pip install dna-features-viewer"
Expand Down
2 changes: 1 addition & 1 deletion cookbook/tutorials/gfp_design.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"outputs": [],
"source": [
"# If you are working in colab, uncomment these lines to install dependencies\n",
"# !pip install esm\n",
"# !pip install esm@git+https://github.com/Biohub/esm.git@c94ed8d\n",
"# !pip install py3Dmol\n",
"\n",
"from IPython.display import clear_output\n",
Expand Down
Loading