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
04fd6d34
You need to sign in or sign up before continuing.
Commit
04fd6d34
authored
Jul 15, 2022
by
Gustaf Ahdritz
Browse files
Add note about FlashAttention
parent
4b3a102f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
04fd6d34
...
...
@@ -176,8 +176,8 @@ For large-scale batch inference, we offer an optional tracing mode, which
massively improves runtimes at the cost of a lengthy model compilation process.
To enable it, add
`--trace_model`
to the inference command.
To get a speedup during inference,
[
FlashAttention
](
https://github.com/HazyResearch/flash-attention
)
enable FlashAttention in the config
.
To get a speedup during inference,
enable
[
FlashAttention
](
https://github.com/HazyResearch/flash-attention
)
in the config. Note that it appears to work best for sequences with < 1000 residues
.
Input FASTA files containing multiple sequences are treated as complexes. In
this case, the inference script runs AlphaFold-Gap, a hack proposed
...
...
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