From 31258f00d0a57c4927a323219ccf4d86aba04844 Mon Sep 17 00:00:00 2001 From: Jintao Huang Date: Mon, 17 Nov 2025 11:30:58 +0800 Subject: [PATCH] update peft version --- README.md | 2 +- README_CN.md | 2 +- docs/source/GetStarted/SWIFT-installation.md | 2 +- docs/source/Megatron-SWIFT/Quick-start.md | 2 +- docs/source_en/GetStarted/SWIFT-installation.md | 2 +- docs/source_en/Megatron-SWIFT/Quick-start.md | 2 +- requirements/framework.txt | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 455ff142d3..5f909279b2 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/README_CN.md b/README_CN.md index 08a7f1b93d..7706c5b780 100644 --- a/README_CN.md +++ b/README_CN.md @@ -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 | 训练 | diff --git a/docs/source/GetStarted/SWIFT-installation.md b/docs/source/GetStarted/SWIFT-installation.md index c19bf42334..82a7fe69d6 100644 --- a/docs/source/GetStarted/SWIFT-installation.md +++ b/docs/source/GetStarted/SWIFT-installation.md @@ -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 | 训练 | diff --git a/docs/source/Megatron-SWIFT/Quick-start.md b/docs/source/Megatron-SWIFT/Quick-start.md index faff26ecec..0b7230b8e7 100644 --- a/docs/source/Megatron-SWIFT/Quick-start.md +++ b/docs/source/Megatron-SWIFT/Quick-start.md @@ -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 | diff --git a/docs/source_en/GetStarted/SWIFT-installation.md b/docs/source_en/GetStarted/SWIFT-installation.md index da512f4f84..6ed4f4e289 100644 --- a/docs/source_en/GetStarted/SWIFT-installation.md +++ b/docs/source_en/GetStarted/SWIFT-installation.md @@ -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 | diff --git a/docs/source_en/Megatron-SWIFT/Quick-start.md b/docs/source_en/Megatron-SWIFT/Quick-start.md index 94123c8c4e..287366bf12 100644 --- a/docs/source_en/Megatron-SWIFT/Quick-start.md +++ b/docs/source_en/Megatron-SWIFT/Quick-start.md @@ -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 | diff --git a/requirements/framework.txt b/requirements/framework.txt index 61c7f1cddd..fbe52b3f12 100644 --- a/requirements/framework.txt +++ b/requirements/framework.txt @@ -21,7 +21,7 @@ omegaconf openai oss2 pandas -peft>=0.11,<0.18 +peft>=0.11,<0.19 pillow PyYAML>=5.4 requests