openfold icon indicating copy to clipboard operation
openfold copied to clipboard

Trainable, memory-efficient, and GPU-friendly PyTorch reproduction of AlphaFold 2

Results 237 openfold issues
Sort by recently updated
recently updated
newest added

## ❗Issue Summary I want to use OpenFold for local protein structure prediction (no training), but none of the commits (including `main` and `v2.1.0`) seem to be fully functional. Specifically:...

We have observed a few issues with the deepspeed evoformer attention for bfloat16. In particular: - The unit test [`TestDeepSpeedKernel.test_compare_model`](https://github.com/aqlaboratory/openfold/blob/main/tests/test_deepspeed_evo_attention.py#L278) in `tests/test_deepspeed_evo_attention.py` fails 30-50% of the time when the precision...

Hello, We are encountering an error when attempting to run OpenFold on our cluster to predict the structure of a dimer. The job fails with the following `FileNotFoundError`: ```{bash} Traceback...

# Description The purpose of the PR is to implement the cyclic offset positional encoding in OpenFold. Currently, the residue relative positions are computed linearly, meaning that the sequence is...

I want to run for a single sequence and do not want to use template and the following is what documentaion says but when I run by just giveing the...

## Description The purpose of this PR is to set up OpenFold to be compatible with torch 2.6 (technically >=2.4), in particular for using `torch.compile` on modules that do activation...

Hi, Can we perform protein-protein interaction and molecular docking using OpenFold ?

Hello, Thanks for your great work in advance! I'm interested in using the evoformer component independently from the full Protenix pipeline. Specifically, I would like to know if it's possible...

From the code it appears that the loss for an entire batch is scaled by either the crop length or the average of the sequence length for the batch. Shouldn't...

Hi, I am learning to train OpenFold-Multimer using just the alignments and mmcifs provided by AlphaFold/OpenFold. I used the following command to run the training, which I found to run...