FastFold v0.1.0
Overview
Hi, here is FastFold v0.1.0. Compared to the previous version, now you can process the data much faster. Besides, you can use pip install
to install FastFold now. If you want to use docker, there is one for you.
Features we have
- Excellent kernel performance on GPU platform
- 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
- Ease of use
- Huge performance gains with a few lines changes
- You don't need to care about how the parallel part is implemented
- Faster data processing, about 3x times faster than the original way
Installation ways for you
- Build from source
- Conda (recommended)
- Pypi
- Docker
Have a nice trip!