Unverified Commit 5eb86a78 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz Committed by GitHub
Browse files

Correct wording in README

parent 49e21841
...@@ -218,9 +218,9 @@ python3 train_openfold.py mmcif_dir/ alignment_dir/ template_mmcif_dir/ \ ...@@ -218,9 +218,9 @@ python3 train_openfold.py mmcif_dir/ alignment_dir/ template_mmcif_dir/ \
--train_chain_data_cache_path chain_data_cache.json --train_chain_data_cache_path chain_data_cache.json
``` ```
where `--template_release_dates_cache_path` is a path to the `.json` file where `--template_release_dates_cache_path` is a path to the mmCIF cache.
generated in the previous step. A suitable DeepSpeed configuration file can be A suitable DeepSpeed configuration file can be generated with
generated with `scripts/build_deepspeed_config.py`. The training script is `scripts/build_deepspeed_config.py`. The training script is
written with [PyTorch Lightning](https://github.com/PyTorchLightning/pytorch-lightning) written with [PyTorch Lightning](https://github.com/PyTorchLightning/pytorch-lightning)
and supports the full range of training options that entails, including and supports the full range of training options that entails, including
multi-node distributed training. For more information, consult PyTorch multi-node distributed training. For more information, consult PyTorch
......
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