2023-03-29 00:47:00 +00:00
# Applications
This directory contains the applications that are powered by Colossal-AI.
2024-06-25 03:03:16 +00:00
< div align = "center" >
< h3 >
< a href = "https://cloud.luchentech.com/" > GPU Cloud Playground < / a > < / a > |
< a href = "https://cloud.luchentech.com/doc/docs/intro" > Playground Document < / a >
< / h3 >
< / div >
2023-03-29 00:47:00 +00:00
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
2024-04-23 05:54:05 +00:00
- [X] [Colossal-LLaMA ](./Colossal-LLaMA/ ): Continual Pre-training and Supervisied Fine-tuning of LLaMA2 / LLaMA3.
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.