Commit 918434f5 authored by Sebastian Bodenstein's avatar Sebastian Bodenstein Committed by Copybara-Service
Browse files

Add instructions for using multimer v1 model weights.

PiperOrigin-RevId: 433187350
Change-Id: Ibb524ead7290d7fa0cbf609c5e2df105de5a5fc3
parent 481b8be2
...@@ -214,6 +214,13 @@ The `--is_prokaryote_list` flag has been removed along with the `is_prokaryote` ...@@ -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 argument in `run_alphafold.predict_structure()`, eukaryotes and prokaryotes are
now paired in the same way. 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 ## Running AlphaFold
**The simplest way to run AlphaFold is using the provided Docker script.** This **The simplest way to run AlphaFold is using the provided Docker script.** This
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment