From e6ce9c937eb7b86182bd26f742b566dc0e62f7ed Mon Sep 17 00:00:00 2001 From: Vaclav Hanzl <64649594+vaclavhanzl@users.noreply.github.com> Date: Sat, 24 Aug 2024 18:15:56 +0200 Subject: [PATCH] Update Installation.md - fix pl_upgrades clone instructions That direct clone of branch url does not work. Replaced it with a proper clone command with -b. --- docs/source/Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/Installation.md b/docs/source/Installation.md index 9e34d5f2..3d053f27 100644 --- a/docs/source/Installation.md +++ b/docs/source/Installation.md @@ -48,8 +48,8 @@ Certain tests perform equivalence comparisons with the AlphaFold implementation. ### CUDA 12 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 - Follow the rest of the steps of [Installation Guide](#Installation) + 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` + and follow the rest of the steps of [Installation Guide](#Installation) ### MPI