Unverified Commit b79ca29c authored by Jennifer Wei's avatar Jennifer Wei Committed by GitHub
Browse files

Merge pull request #479 from vaclavhanzl/patch-3

Update Installation.md - fix pl_upgrades clone instructions
parents 6f632671 e6ce9c93
...@@ -48,8 +48,8 @@ Certain tests perform equivalence comparisons with the AlphaFold implementation. ...@@ -48,8 +48,8 @@ Certain tests perform equivalence comparisons with the AlphaFold implementation.
### CUDA 12 ### CUDA 12
To use OpenFold on CUDA 12 environment rather than a CUDA 11 environment. To use OpenFold on CUDA 12 environment rather than a CUDA 11 environment.
In step 1, use the branch [`pl_upgrades`](https://github.com/aqlaboratory/openfold/tree/pl_upgrades) rather than the main branch, i.e. replace the URL in step 1 with https://github.com/aqlaboratory/openfold/tree/pl_upgrades In step 1, use the branch [`pl_upgrades`](https://github.com/aqlaboratory/openfold/tree/pl_upgrades) rather than the main branch, i.e. replace the command in step 1 with `git clone -b pl_upgrades https://github.com/aqlaboratory/openfold.git`
Follow the rest of the steps of [Installation Guide](#Installation) and follow the rest of the steps of [Installation Guide](#Installation)
### MPI ### MPI
......
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