mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-04-28 19:55:29 +00:00
* add fastfold example * pre-commit polish * pre-commit polish readme and add empty test ci * Add test_ci and reduce the default sequence length
11 lines
226 B
Bash
11 lines
226 B
Bash
set -euxo pipefail
|
|
|
|
git clone https://github.com/hpcaitech/FastFold
|
|
cd FastFold
|
|
pip install -r requirements/requirements.txt
|
|
python setup.py install
|
|
pip install -r requirements/test_requirements.txt
|
|
cd ..
|
|
|
|
python inference.py
|