ColossalAI/applications
Camille Zhong 743e7fad2f
[colossal-llama2] add stream chat examlple for chat version model (#5428)
* add stream chat for chat version

* remove os.system clear

* modify function name
2024-03-07 14:58:56 +08:00
..
Chat [Chat] fix sft loss nan (#5345) 2024-02-01 14:25:16 +08:00
Colossal-LLaMA-2 [colossal-llama2] add stream chat examlple for chat version model (#5428) 2024-03-07 14:58:56 +08:00
ColossalEval [eval-hotfix] set few_shot_data to None when few shot is disabled (#5422) 2024-03-05 21:48:55 +08:00
ColossalMoE [moe] fix mixtral optim checkpoint (#5344) 2024-02-07 19:21:02 +08:00
ColossalQA [doc] Fix typo s/infered/inferred/ (#5288) 2024-03-05 22:02:08 +08:00
README.md [doc] sora release (#5425) 2024-03-05 12:08:58 +08:00

README.md

Applications

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

The list of applications include:

  • Open-Sora: Sora Replication Solution with 46% Cost Reduction, Sequence Expansion to Nearly a Million
  • Colossal-LLaMA-2: Continual Pre-training of LLaMA-2.
  • ColossalEval: Evaluation Pipeline for LLMs.
  • ColossalChat: Replication of ChatGPT with RLHF.
  • FastFold: Optimizing AlphaFold (Biomedicine) Training and Inference on GPU Clusters.
  • ColossalQA: Document Retrieval Conversation System
  • SwiftInfer: Breaks the Length Limit of LLM Inference for Multi-Round Conversations

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

You can find more example code for base models and functions in the Examples directory.