From 6cee0c22b80c032ba8efeb4bbf9e6b14283ad0d9 Mon Sep 17 00:00:00 2001 From: Tong Li Date: Thu, 28 Sep 2023 13:50:00 +0800 Subject: [PATCH] update Colossal --- applications/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/README.md b/applications/README.md index 2a4c5ee3c56e..f5078e06a73b 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.