Skip to content

Commit 575f518

Browse files
authored
drop the " ", it's cleaner (#1104)
* drop the " ", it's cleaner * fix link for esm3
1 parent 3008244 commit 575f518

File tree

1 file changed

+1
-1
lines changed
  • 06_gpu_and_ml/protein-folding

1 file changed

+1
-1
lines changed

06_gpu_and_ml/protein-folding/esm3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# know the three-dimensional structure of a few hundred thousand,
99
# gathered by slow, difficult observational methods like X-ray crystallography.
1010
# Built upon this data are machine learning models like
11-
# Evolutionary Scale's [ESM3](https://github.com/facebookresearch/esm)
11+
# EvolutionaryScale's [ESM3](https://www.evolutionaryscale.ai/blog/esm3-release)
1212
# that can predict the structure of any sequence in seconds.
1313

1414
# In this example, we'll show how you can use Modal to not

0 commit comments

Comments
 (0)