File size: 581 Bytes
2071122 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
# from a base directory
mkdir data
mkdir intermeidate
mkdir product
cd product
git clone https://huggingface.co/RosettaCommons/MIP
cd ..
# Run each numbered script in product/MIP/src/ in order (starting with this one)
#
# Tips:
# 1) Make sure to set the working directory to the base directory (outside of the HF repo)
# 2) While most of the scripts should work, I recommend running them interactively
# 3) Some stages require more memory than others, all can be done with < 400GB of memory
# but perhaps more more could reduce memory requirements
# 4)
|