From 9da13dc5b37eb2eb52593cc0d318c8937cdcf0f7 Mon Sep 17 00:00:00 2001 From: Rocco Moretti Date: Tue, 27 Jun 2023 10:20:57 -0500 Subject: [PATCH] Update install instructions for model directory location. Be more specific about the location of the models directory. Addresses issue #80 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a5a4654..1aee889 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,9 @@ To get started using RFdiffusion, clone the repo: git clone https://github.com/RosettaCommons/RFdiffusion.git ``` -You'll then need to download the model weights: +You'll then need to download the model weights into the RFDiffusion directory. ``` +cd RFdiffusion mkdir models && cd models wget http://files.ipd.uw.edu/pub/RFdiffusion/6f5902ac237024bdd0c176cb93063dc4/Base_ckpt.pt wget http://files.ipd.uw.edu/pub/RFdiffusion/e29311f6f1bf1af907f9ef9f44b8328b/Complex_base_ckpt.pt