-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hemichannel Test: Memory Issues (After the Chunking Update) #71
Comments
Same here |
same issues with OOM. |
same issue here, OOM with 2-chain protein complex(<500aa in total) on A100 (40 GB) |
We just released v0.3.2 which should address some of these issues. You can update with |
v0.3.2 works for my case!!! |
I did have to still truncate the last ~140 residues from the C-terminus of the connexins though. So, I ran with this YAML
Also, I am alleviating memory issues by adding this code (below) to import torch
torch.set_float32_matmul_precision('medium') I'm rerunning with the full 379 residue connexins now and will report back with an update once it either finishes or fails. |
😔 |
hi! curious about your reason for using --recycling_steps 20 --diffusion_samples 10 - do the results work better compared to the default parameters? |
Hi @zongmingchua |
Hi all, just ran into this error on a hemichannel (6 connexin) system (same as before). I can run this prediction with ColabFold, but not with Boltz-1.
YAML Input:
Run Command:
Output:
The text was updated successfully, but these errors were encountered: