Optimizing Protein Structure Prediction Model Training and Inference on GPU Clusters




GitHub license

Optimizing Protein Structure Prediction Model Training and Inference on GPU Clusters

FastFold provides a high-performance implementation of Evoformer with the following characteristics.

  1. Excellent kernel performance on GPU platform
  2. Supporting Dynamic Axial Parallelism(DAP)
    • Break the memory limit of single GPU and reduce the overall training time
    • DAP can significantly speed up inference and make ultra-long sequence inference possible
  3. Ease of use
    • Huge performance gains with a few lines changes
    • You don’t need to care about how the parallel part is implemented

Installation

You will need Python 3.8 or later and NVIDIA CUDA 11.1 or

 

 

 

To finish reading, please visit source site