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
14a79a12
Commit
14a79a12
authored
Aug 04, 2022
by
Gustaf Ahdritz
Browse files
Attempt to fix FlashAttention installation error
parent
ef239f30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/install_third_party_dependencies.sh
scripts/install_third_party_dependencies.sh
+1
-1
No files found.
scripts/install_third_party_dependencies.sh
View file @
14a79a12
...
@@ -15,7 +15,7 @@ wget -P /tmp \
...
@@ -15,7 +15,7 @@ wget -P /tmp \
export
PATH
=
lib/conda/bin:
$PATH
export
PATH
=
lib/conda/bin:
$PATH
lib/conda/bin/python3
-m
pip
install
nvidia-pyindex
lib/conda/bin/python3
-m
pip
install
nvidia-pyindex
conda
env
create
--name
=
${
ENV_NAME
}
-f
environment.yml
conda
env
create
--name
=
${
ENV_NAME
}
-f
environment.yml
source
activate
${
ENV_NAME
}
source
scripts/activate_conda_env.sh
echo
"Attempting to install FlashAttention"
echo
"Attempting to install FlashAttention"
pip
install
git+https://github.com/HazyResearch/flash-attention.git@5b838a8bef78186196244a4156ec35bbb58c337d
&&
echo
"Installation successful"
pip
install
git+https://github.com/HazyResearch/flash-attention.git@5b838a8bef78186196244a4156ec35bbb58c337d
&&
echo
"Installation successful"
...
...
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