mirror of
https://github.com/RosettaCommons/RFdiffusion.git
synced 2026-06-04 18:44:21 +08:00
Update install instructions for model directory location.
Be more specific about the location of the models directory. Addresses issue #80
This commit is contained in:
committed by
Joseph Watson/Watchwell
parent
b4f4c264a7
commit
9da13dc5b3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user