2023-03-29 00:47:00 +00:00
|
|
|
# Applications
|
|
|
|
|
|
|
|
This directory contains the applications that are powered by Colossal-AI.
|
|
|
|
|
|
|
|
The list of applications include:
|
|
|
|
|
|
|
|
- [X] [Chatbot](./Chat/README.md)
|
2023-04-10 09:37:16 +00:00
|
|
|
- [X] [FastFold](https://github.com/hpcaitech/FastFold): Optimizing AlphaFold (Biomedicine) Training and Inference on GPU Clusters
|
2023-03-29 00:47:00 +00:00
|
|
|
|
|
|
|
> Please note that the `Chatbot` application is migrated from the original `ChatGPT` folder.
|
2023-04-10 09:37:16 +00:00
|
|
|
|
2023-04-10 09:52:24 +00:00
|
|
|
You can find more example code for base models and functions in the [Examples](https://github.com/hpcaitech/ColossalAI/tree/main/examples) directory.
|