Which parameters would you recommend changing to increase inference speed? #141
-
I would like to quickly score thousands of sequence variations. Do you have any guidance on what these parameters can be reasonably reduced to? |
Beta Was this translation helpful? Give feedback.
Answered by
arogozhnikov
Oct 31, 2024
Replies: 1 comment
-
Hi Jude, number one parameter to tune is the number of gpus in your cluster :) That factor aside, you can find some guidance in #80 on diffusion, and I'd recommend to keep num_trunk_recycles=3. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
arogozhnikov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Jude,
number one parameter to tune is the number of gpus in your cluster :)
That factor aside, you can find some guidance in #80 on diffusion, and I'd recommend to keep num_trunk_recycles=3.