From 17f2b00c5773bbdcfe8d0635c5cfdcbd7fafe53b Mon Sep 17 00:00:00 2001 From: Zeming Lin Date: Wed, 27 May 2026 12:17:37 +0000 Subject: [PATCH] Pin ESM3 quickstart pip install to commit SHA --- _assets/ESM3_README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_assets/ESM3_README.md b/_assets/ESM3_README.md index 2e6421e..7b6ce09 100644 --- a/_assets/ESM3_README.md +++ b/_assets/ESM3_README.md @@ -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.