You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've added our confidence model, which can be used to rank multiple samples (as controlled by the --diffusion_samples flag). It dumps a json file with aggregate metrics as well as full PAE / PDE matrices on demand using --write_full_pae and --write_full_pde.
We've added a chunking feature to lower memory requirements, it kicks in automatically after 512 tokens for little to no slowdown
We now have a custom MSA pairing format using a CSV with sequence and key columns
MSA server parameters are now surfaced to the user (thanks @YoelShoshan)
Bug fixes
Fixed an issue with shallow MSA's on multimers when using the msa server