Skip to content

Commit 25b3453

Browse files
committed
MFTCoder v0.3.0 refactor
1 parent bdef124 commit 25b3453

File tree

139 files changed

+8779
-3524
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+8779
-3524
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ If you require flash attention, please refer to the following link for installat
117117

118118

119119
## Training
120-
🚀 [Huggingface accelerate + deepspeed Codebase for MFT(Multi-task Finetuning)](./mft_peft_hf/README.md)
120+
🚀 [Huggingface accelerate + deepspeed Codebase for MFT(Multi-task Finetuning)](mftcoder_accelerate/README.md)
121121

122-
🚀 [Atorch Codebase for MFT(Multi-task Finetuning)](./mft_atorch/README.md)
122+
🚀 [Atorch Codebase for MFT(Multi-task Finetuning)](mftcoder_atorch/README.md)
123123

124124

125125
## Models

README_cn.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ sh init_env.sh
113113
如果希望使用flash attention, 安装请参考 https://github.com/Dao-AILab/flash-attention
114114

115115
## 训练
116-
🚀 [Huggingface accelerate + deepspeed Codebase for MFT(Multi-task Finetuning)](./mft_peft_hf/README.md)
116+
🚀 [Huggingface accelerate + deepspeed Codebase for MFT(Multi-task Finetuning)](mftcoder_accelerate/README.md)
117117

118-
🚀 [Atorch Codebase for MFT(Multi-task Finetuning)](./mft_atorch/README.md)
118+
🚀 [Atorch Codebase for MFT(Multi-task Finetuning)](mftcoder_atorch/README.md)
119119

120120

121121
## 模型

init_env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pip install torch==2.0.1 && \
2-
pip install tensorboard && \
2+
pip install tensorboard==2.11.0 && \
33
pip install packaging && \
44
pip install -r requirements.txt

mft_peft_hf/src/model/baichuan/config.json

-28
This file was deleted.

0 commit comments

Comments
 (0)