Skip to content

Commit

Permalink
Add instructions for using multimer v1 model weights.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 433187350
Change-Id: Ibb524ead7290d7fa0cbf609c5e2df105de5a5fc3
  • Loading branch information
sbodenstein authored and copybara-github committed Mar 8, 2022
1 parent 481b8be commit 918434f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,13 @@ The `--is_prokaryote_list` flag has been removed along with the `is_prokaryote`
argument in `run_alphafold.predict_structure()`, eukaryotes and prokaryotes are
now paired in the same way.
To use the deprecated v2.1.0 AlphaFold-Multimer model weights:
1. Change `SOURCE_URL` in `scripts/download_alphafold_params.sh` to
`https://storage.googleapis.com/alphafold/alphafold_params_2022-01-19.tar`,
and download the old parameters.
2. Remove the `_v2` in the multimer `MODEL_PRESETS` in `config.py`.
## Running AlphaFold
**The simplest way to run AlphaFold is using the provided Docker script.** This
Expand Down

0 comments on commit 918434f

Please sign in to comment.