Skip to content

Commit 918434f

Browse files
sbodensteincopybara-github
authored andcommitted
Add instructions for using multimer v1 model weights.
PiperOrigin-RevId: 433187350 Change-Id: Ibb524ead7290d7fa0cbf609c5e2df105de5a5fc3
1 parent 481b8be commit 918434f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,13 @@ The `--is_prokaryote_list` flag has been removed along with the `is_prokaryote`
214214
argument in `run_alphafold.predict_structure()`, eukaryotes and prokaryotes are
215215
now paired in the same way.
216216
217+
To use the deprecated v2.1.0 AlphaFold-Multimer model weights:
218+
219+
1. Change `SOURCE_URL` in `scripts/download_alphafold_params.sh` to
220+
`https://storage.googleapis.com/alphafold/alphafold_params_2022-01-19.tar`,
221+
and download the old parameters.
222+
2. Remove the `_v2` in the multimer `MODEL_PRESETS` in `config.py`.
223+
217224
## Running AlphaFold
218225
219226
**The simplest way to run AlphaFold is using the provided Docker script.** This

0 commit comments

Comments
 (0)