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:
2024-03-20 08:08:41 +00:00
- [X] [Open-Sora ](https://github.com/hpcaitech/Open-Sora ): Revealing Complete Model Parameters, Training Details, and Everything for Sora-like Video Generation Models
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-11-23 02:33:48 +00:00
- [X] [ColossalQA ](./ColossalQA/README.md ): Document Retrieval Conversation System
2024-01-08 01:55:12 +00:00
- [X] [SwiftInfer ](https://github.com/hpcaitech/SwiftInfer ): Breaks the Length Limit of LLM Inference for Multi-Round Conversations
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.