From 7d2742ac75131cd1ea58981a407a692a58407073 Mon Sep 17 00:00:00 2001 From: zealot52099 Date: Tue, 2 Apr 2024 16:19:00 +0800 Subject: [PATCH 1/3] [DOC] update README --- README.md | 2 +- README_EN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9bda0a9..833d2ac 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,7 @@ git clone https://github.com/SmartFlowAI/EmoLLM.git | [Anooyman](https://github.com/Anooyman) | 南京理工大学硕士 | | | | [Vicky-3021](https://github.com/Vicky-3021) | 西安电子科技大学硕士(研0) | | | | [SantiagoTOP](https://github.com/santiagoTOP) | 太原理工大学在读硕士 | | | -| [zealot52099](https://github.com/zealot52099) | AI搬用工 | | 清洗数据、RAG | +| [zealot52099](https://github.com/zealot52099) | 个人开发者 | | 清洗数据、LLM微调、RAG | | [wwwyfff](https://github.com/wwwyfff) | 复旦大学在读硕士 | || | [jkhumor](https://github.com/jkhumor) | 南开大学在读硕士 | | RAG | | [lll997150986](https://github.com/lll997150986) | 南开大学在读硕士 | | 微调 | diff --git a/README_EN.md b/README_EN.md index 1199c53..5153063 100644 --- a/README_EN.md +++ b/README_EN.md @@ -256,7 +256,7 @@ This project uses Git for version control. You can see the currently available v | [Anooyman](https://github.com/Anooyman) | Nanjing University of Science and Technology, Master's student | | | | [Vicky-3021](https://github.com/Vicky-3021) | Xidian University, Master's student (Research Year 0) | | | | [SantiagoTOP](https://github.com/santiagoTOP) | Taiyuan University of Technology, Master's student | | | -| [zealot52099](https://github.com/zealot52099) | AI Mover | | Data Processing and RAG | +| [zealot52099](https://github.com/zealot52099) | Individual developer | | Data Processing,LLM finetuning and RAG | | [wwwyfff](https://github.com/wwwyfff) | FuDan University, Master's student | || | [jkhumor](https://github.com/jkhumor) | Nankai University, Master's student | | RAG | | [lll997150986](https://github.com/lll997150986) | Nankai University, Master's student | | Fine Tuning | From 6958611e0ba795abb05b370f17a75cde82664f42 Mon Sep 17 00:00:00 2001 From: HongCheng Date: Tue, 2 Apr 2024 17:57:56 +0900 Subject: [PATCH 2/3] Update requirements.txt update mpi4py installation --- xtuner_config/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtuner_config/requirements.txt b/xtuner_config/requirements.txt index a2c983a..2eb6631 100644 --- a/xtuner_config/requirements.txt +++ b/xtuner_config/requirements.txt @@ -20,4 +20,4 @@ xtuner==0.1.15 # method 2: # pip install /root/share/wheels/flash_attn-2.4.2+cu118torch2.0cxx11abiTRUE-cp310-cp310-linux_x86_64.whl -# mpi4py==3.1.5 # conda install mpi4py +mpi4py==3.1.5 # conda install mpi4py # 如果安装不成功, 可以使用conda命令单独安装 From a3ead4fd78dfbd07553d29b23006926926d6f168 Mon Sep 17 00:00:00 2001 From: HongCheng Date: Tue, 2 Apr 2024 18:00:25 +0900 Subject: [PATCH 3/3] Update README_EN.md update English comma --- README_EN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_EN.md b/README_EN.md index 5153063..642f1dd 100644 --- a/README_EN.md +++ b/README_EN.md @@ -256,7 +256,7 @@ This project uses Git for version control. You can see the currently available v | [Anooyman](https://github.com/Anooyman) | Nanjing University of Science and Technology, Master's student | | | | [Vicky-3021](https://github.com/Vicky-3021) | Xidian University, Master's student (Research Year 0) | | | | [SantiagoTOP](https://github.com/santiagoTOP) | Taiyuan University of Technology, Master's student | | | -| [zealot52099](https://github.com/zealot52099) | Individual developer | | Data Processing,LLM finetuning and RAG | +| [zealot52099](https://github.com/zealot52099) | Individual developer | | Data Processing, LLM finetuning and RAG | | [wwwyfff](https://github.com/wwwyfff) | FuDan University, Master's student | || | [jkhumor](https://github.com/jkhumor) | Nankai University, Master's student | | RAG | | [lll997150986](https://github.com/lll997150986) | Nankai University, Master's student | | Fine Tuning |