README.md 536 Bytes
Newer Older
1
2
3
4
5
6
7
# Applications

This directory contains the applications that are powered by Colossal-AI.

The list of applications include:

- [X] [Chatbot](./Chat/README.md)
8
- [X] [FastFold](https://github.com/hpcaitech/FastFold): Optimizing AlphaFold (Biomedicine) Training and Inference on GPU Clusters
9
10

> Please note that the `Chatbot` application is migrated from the original `ChatGPT` folder.
11

12
You can find more example code for base models and functions in the [Examples](https://github.com/hpcaitech/ColossalAI/tree/main/examples) directory.