Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
7384e2d6
Commit
7384e2d6
authored
Sep 19, 2022
by
Gustaf Ahdritz
Browse files
Tweak install script
parent
feed4ae2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
scripts/install_third_party_dependencies.sh
scripts/install_third_party_dependencies.sh
+6
-1
No files found.
scripts/install_third_party_dependencies.sh
View file @
7384e2d6
...
...
@@ -18,7 +18,12 @@ conda env create --name=${ENV_NAME} -f environment.yml
source
scripts/activate_conda_env.sh
echo
"Attempting to install FlashAttention"
pip
install
git+https://github.com/HazyResearch/flash-attention.git@5b838a8bef78186196244a4156ec35bbb58c337d
&&
echo
"Installation successful"
git clone https://github.com/HazyResearch/flash-attention
CUR_DIR
=
$PWD
cd
flash-attention
git checkout 5b838a8bef
python3 setup.py
install
cd
$CUR_DIR
# Install DeepMind's OpenMM patch
OPENFOLD_DIR
=
$PWD
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment