Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Running Environment:
| torch | >=2.0 | 2.8.0 | |
| transformers | >=4.33 | 4.57.1 | |
| modelscope | >=1.23 | | |
| peft | >=0.11,<0.18 | | |
| peft | >=0.11,<0.19 | | |
| flash_attn | | 2.8.1/3.0.0b1 | |
| trl | >=0.15,<0.25 | 0.23.1 | RLHF |
| deepspeed | >=0.14 | 0.17.6 | Training |
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ pip install -e .
| torch | >=2.0 | 2.8.0 | |
| transformers | >=4.33 | 4.57.1 | |
| modelscope | >=1.23 | | |
| peft | >=0.11,<0.18 | | |
| peft | >=0.11,<0.19 | | |
| flash_attn | | 2.8.1/3.0.0b1 | |
| trl | >=0.15,<0.25 | 0.23.1 | RLHF |
| deepspeed | >=0.14 | 0.17.6 | 训练 |
Expand Down
2 changes: 1 addition & 1 deletion docs/source/GetStarted/SWIFT-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ modelscope-registry.us-west-1.cr.aliyuncs.com/modelscope-repo/modelscope:ubuntu2
| torch | >=2.0 | 2.8.0 | |
| transformers | >=4.33 | 4.57.1 | |
| modelscope | >=1.23 | | |
| peft | >=0.11,<0.18 | | |
| peft | >=0.11,<0.19 | | |
| flash_attn | | 2.8.1/3.0.0b1 | |
| trl | >=0.15,<0.25 | 0.23.1 | RLHF |
| deepspeed | >=0.14 | 0.17.6 | 训练 |
Expand Down
2 changes: 1 addition & 1 deletion docs/source/Megatron-SWIFT/Quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ modelscope-registry.us-west-1.cr.aliyuncs.com/modelscope-repo/modelscope:ubuntu2
| flash_attn | | 2.8.1/3.0.0b1 | |
| transformers | >=4.33 | 4.57.1 | |
| modelscope | >=1.23 | | |
| peft | >=0.11,<0.18 | | LoRA |
| peft | >=0.11,<0.19 | | LoRA |
| trl | >=0.15,<0.25 | | RLHF |


Expand Down
2 changes: 1 addition & 1 deletion docs/source_en/GetStarted/SWIFT-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ More images can be found [here](https://modelscope.cn/docs/intro/environment-set
| torch | >=2.0 | 2.8.0 | |
| transformers | >=4.33 | 4.57.1 | |
| modelscope | >=1.23 | | |
| peft | >=0.11,<0.18 | | |
| peft | >=0.11,<0.19 | | |
| flash_attn | | 2.8.1 /3.0.0b1 | |
| trl | >=0.15,<0.25 | 0.23.1 | RLHF |
| deepspeed | >=0.14 | 0.17.6 | Training |
Expand Down
2 changes: 1 addition & 1 deletion docs/source_en/Megatron-SWIFT/Quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Recommended Operating Environment:
| flash_attn | | 2.8.1/3.0.0b1 | |
| transformers | >=4.33 | 4.57.1 | |
| modelscope | >=1.23 | | |
| peft | >=0.11,<0.18 | | LoRA |
| peft | >=0.11,<0.19 | | LoRA |
| trl | >=0.15,<0.25 | | RLHF |


Expand Down
2 changes: 1 addition & 1 deletion requirements/framework.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ omegaconf
openai
oss2
pandas
peft>=0.11,<0.18
peft>=0.11,<0.19
pillow
PyYAML>=5.4
requests
Expand Down