From ed06731e00be6db982aa22dbe2c70bee88dbc05d Mon Sep 17 00:00:00 2001 From: Tong Li Date: Thu, 28 Sep 2023 16:05:05 +0800 Subject: [PATCH] update Colossal (#4832) --- applications/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/README.md b/applications/README.md index 2a4c5ee3c..f5078e06a 100644 --- a/applications/README.md +++ b/applications/README.md @@ -6,7 +6,7 @@ The list of applications include: - [X] [Colossal-LLaMA-2](./Colossal-LLaMA-2/): Continual Pre-training of LLaMA-2. - [X] [ColossalEval](./ColossalEval): Evaluation Pipeline for LLMs. -- [X] [Chatbot](./Chat/README.md): Replication of ChatGPT with RLHF. +- [X] [ColossalChat](./Chat/README.md): Replication of ChatGPT with RLHF. - [X] [FastFold](https://github.com/hpcaitech/FastFold): Optimizing AlphaFold (Biomedicine) Training and Inference on GPU Clusters. > Please note that the `Chatbot` application is migrated from the original `ChatGPT` folder.