Skip to content
Snippets Groups Projects
Commit eabe102f authored by Augustin Zidek's avatar Augustin Zidek
Browse files

Mention fundamental flags in the README

PiperOrigin-RevId: 696059716
parent 3c27a149
No related branches found
No related tags found
1 merge request!1Cloned AlphaFold 3 repo into this one
......@@ -73,6 +73,16 @@ python run_alphafold.py \
--output_dir=/root/af_output
```
There are various flags that you can pass to the `run_alphafold.py` command, to
list them all run `python run_alphafold.py --help`. Two fundamental flags that
control which parts AlphaFold 3 will run are:
* `--run_data_pipeline` (defaults to `true`): whether to run the data
pipeline, i.e. genetic and template search. This part is CPU-only, time
consuming and could be run on a machine without a GPU.
* `--run_inference` (defaults to `true`): whether to run the inference. This
part requires a GPU.
## AlphaFold 3 Input
See the [input documentation](docs/input.md).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment