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:
|
|
|
|
|
2023-09-24 15:12:26 +00:00
|
|
|
- [X] [Colossal-LLaMA-2](./Colossal-LLaMA-2/): Continual Pre-training of LLaMA-2.
|
2023-09-24 15:14:11 +00:00
|
|
|
- [X] [ColossalEval](./ColossalEval): Evaluation Pipeline for LLMs.
|
2023-09-28 08:05:05 +00:00
|
|
|
- [X] [ColossalChat](./Chat/README.md): Replication of ChatGPT with RLHF.
|
2023-09-24 15:12:26 +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.
|