Skip to content

Commit 9213961

Browse files
authored
[misc] update swift image (#7230)
1 parent 3ba79b4 commit 9213961

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Running Environment:
136136
| modelscope | >=1.23 | | |
137137
| peft | >=0.11,<0.19 | | |
138138
| flash_attn | | 2.8.3/3.0.0b1 | |
139-
| trl | >=0.15,<0.25 | 0.23.1 | RLHF |
139+
| trl | >=0.15,<0.25 | 0.24.0 | RLHF |
140140
| deepspeed | >=0.14 | 0.17.6 | Training |
141141
| vllm | >=0.5.1 | 0.11.0 | Inference/Deployment |
142142
| sglang | >=0.4.6 | 0.5.5.post3 | Inference/Deployment |

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ pip install -e .
131131
| modelscope | >=1.23 | | |
132132
| peft | >=0.11,<0.19 | | |
133133
| flash_attn | | 2.8.3/3.0.0b1 | |
134-
| trl | >=0.15,<0.25 | 0.23.1 | RLHF |
134+
| trl | >=0.15,<0.25 | 0.24.0 | RLHF |
135135
| deepspeed | >=0.14 | 0.17.6 | 训练 |
136136
| vllm | >=0.5.1 | 0.11.0 | 推理/部署 |
137137
| sglang | >=0.4.6 | 0.5.5.post3 | 推理/部署 |

docs/source/GetStarted/SWIFT-installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ pip install -e .
3333

3434
docker可以查看[这里](https://github.com/modelscope/modelscope/blob/build_swift_image/docker/build_image.py#L347)
3535
```
36-
# swift3.11.1
37-
modelscope-registry.cn-hangzhou.cr.aliyuncs.com/modelscope-repo/modelscope:ubuntu22.04-cuda12.9.1-py311-torch2.8.0-vllm0.11.0-modelscope1.32.0-swift3.11.1
38-
modelscope-registry.cn-beijing.cr.aliyuncs.com/modelscope-repo/modelscope:ubuntu22.04-cuda12.9.1-py311-torch2.8.0-vllm0.11.0-modelscope1.32.0-swift3.11.1
39-
modelscope-registry.us-west-1.cr.aliyuncs.com/modelscope-repo/modelscope:ubuntu22.04-cuda12.9.1-py311-torch2.8.0-vllm0.11.0-modelscope1.32.0-swift3.11.1
36+
# swift3.11.3
37+
modelscope-registry.cn-hangzhou.cr.aliyuncs.com/modelscope-repo/modelscope:ubuntu22.04-cuda12.9.1-py311-torch2.8.0-vllm0.11.0-modelscope1.32.0-swift3.11.3
38+
modelscope-registry.cn-beijing.cr.aliyuncs.com/modelscope-repo/modelscope:ubuntu22.04-cuda12.9.1-py311-torch2.8.0-vllm0.11.0-modelscope1.32.0-swift3.11.3
39+
modelscope-registry.us-west-1.cr.aliyuncs.com/modelscope-repo/modelscope:ubuntu22.04-cuda12.9.1-py311-torch2.8.0-vllm0.11.0-modelscope1.32.0-swift3.11.3
4040
4141
# swift3.10.3
4242
modelscope-registry.cn-hangzhou.cr.aliyuncs.com/modelscope-repo/modelscope:ubuntu22.04-cuda12.8.1-py311-torch2.8.0-vllm0.11.0-modelscope1.31.0-swift3.10.3
@@ -111,7 +111,7 @@ modelscope-registry.us-west-1.cr.aliyuncs.com/modelscope-repo/modelscope:ubuntu2
111111
| modelscope | >=1.23 | | |
112112
| peft | >=0.11,<0.19 | | |
113113
| flash_attn | | 2.8.3/3.0.0b1 | |
114-
| trl | >=0.15,<0.25 | 0.23.1 | RLHF |
114+
| trl | >=0.15,<0.25 | 0.24.0 | RLHF |
115115
| deepspeed | >=0.14 | 0.17.6 | 训练 |
116116
| vllm | >=0.5.1 | 0.11.0 | 推理/部署 |
117117
| sglang | >=0.4.6 | 0.5.5.post3 | 推理/部署 |

docs/source/Megatron-SWIFT/Quick-start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ MAX_JOBS=8 pip install "flash-attn==2.8.3" --no-build-isolation
5353

5454
或者你也可以使用镜像:(历史镜像查看[这里](../GetStarted/SWIFT-installation.md#镜像)
5555
```
56-
modelscope-registry.cn-hangzhou.cr.aliyuncs.com/modelscope-repo/modelscope:ubuntu22.04-cuda12.9.1-py311-torch2.8.0-vllm0.11.0-modelscope1.32.0-swift3.11.1
57-
modelscope-registry.cn-beijing.cr.aliyuncs.com/modelscope-repo/modelscope:ubuntu22.04-cuda12.9.1-py311-torch2.8.0-vllm0.11.0-modelscope1.32.0-swift3.11.1
58-
modelscope-registry.us-west-1.cr.aliyuncs.com/modelscope-repo/modelscope:ubuntu22.04-cuda12.9.1-py311-torch2.8.0-vllm0.11.0-modelscope1.32.0-swift3.11.1
56+
modelscope-registry.cn-hangzhou.cr.aliyuncs.com/modelscope-repo/modelscope:ubuntu22.04-cuda12.9.1-py311-torch2.8.0-vllm0.11.0-modelscope1.32.0-swift3.11.3
57+
modelscope-registry.cn-beijing.cr.aliyuncs.com/modelscope-repo/modelscope:ubuntu22.04-cuda12.9.1-py311-torch2.8.0-vllm0.11.0-modelscope1.32.0-swift3.11.3
58+
modelscope-registry.us-west-1.cr.aliyuncs.com/modelscope-repo/modelscope:ubuntu22.04-cuda12.9.1-py311-torch2.8.0-vllm0.11.0-modelscope1.32.0-swift3.11.3
5959
```
6060

6161
推荐运行环境:

docs/source_en/GetStarted/SWIFT-installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ pip install -e .
3333

3434
You can check Docker [here](https://github.com/modelscope/modelscope/blob/build_swift_image/docker/build_image.py#L347).
3535
```
36-
# swift3.11.1
37-
modelscope-registry.cn-hangzhou.cr.aliyuncs.com/modelscope-repo/modelscope:ubuntu22.04-cuda12.9.1-py311-torch2.8.0-vllm0.11.0-modelscope1.32.0-swift3.11.1
38-
modelscope-registry.cn-beijing.cr.aliyuncs.com/modelscope-repo/modelscope:ubuntu22.04-cuda12.9.1-py311-torch2.8.0-vllm0.11.0-modelscope1.32.0-swift3.11.1
39-
modelscope-registry.us-west-1.cr.aliyuncs.com/modelscope-repo/modelscope:ubuntu22.04-cuda12.9.1-py311-torch2.8.0-vllm0.11.0-modelscope1.32.0-swift3.11.1
36+
# swift3.11.3
37+
modelscope-registry.cn-hangzhou.cr.aliyuncs.com/modelscope-repo/modelscope:ubuntu22.04-cuda12.9.1-py311-torch2.8.0-vllm0.11.0-modelscope1.32.0-swift3.11.3
38+
modelscope-registry.cn-beijing.cr.aliyuncs.com/modelscope-repo/modelscope:ubuntu22.04-cuda12.9.1-py311-torch2.8.0-vllm0.11.0-modelscope1.32.0-swift3.11.3
39+
modelscope-registry.us-west-1.cr.aliyuncs.com/modelscope-repo/modelscope:ubuntu22.04-cuda12.9.1-py311-torch2.8.0-vllm0.11.0-modelscope1.32.0-swift3.11.3
4040
4141
# swift3.10.3
4242
modelscope-registry.cn-hangzhou.cr.aliyuncs.com/modelscope-repo/modelscope:ubuntu22.04-cuda12.8.1-py311-torch2.8.0-vllm0.11.0-modelscope1.31.0-swift3.10.3
@@ -111,7 +111,7 @@ More images can be found [here](https://modelscope.cn/docs/intro/environment-set
111111
| modelscope | >=1.23 | | |
112112
| peft | >=0.11,<0.19 | | |
113113
| flash_attn | | 2.8.3/3.0.0b1 | |
114-
| trl | >=0.15,<0.25 | 0.23.1 | RLHF |
114+
| trl | >=0.15,<0.25 | 0.24.0 | RLHF |
115115
| deepspeed | >=0.14 | 0.17.6 | Training |
116116
| vllm | >=0.5.1 | 0.11.0 | Inference/Deployment |
117117
| sglang | >=0.4.6 | 0.5.5.post3 | Inference/Deployment |

docs/source_en/Megatron-SWIFT/Quick-start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ MAX_JOBS=8 pip install "flash-attn==2.8.3" --no-build-isolation
5252

5353
Alternatively, you can also use the image: (See historical images [here](../GetStarted/SWIFT-installation.md#mirror))
5454
```
55-
modelscope-registry.cn-hangzhou.cr.aliyuncs.com/modelscope-repo/modelscope:ubuntu22.04-cuda12.9.1-py311-torch2.8.0-vllm0.11.0-modelscope1.32.0-swift3.11.1
56-
modelscope-registry.cn-beijing.cr.aliyuncs.com/modelscope-repo/modelscope:ubuntu22.04-cuda12.9.1-py311-torch2.8.0-vllm0.11.0-modelscope1.32.0-swift3.11.1
57-
modelscope-registry.us-west-1.cr.aliyuncs.com/modelscope-repo/modelscope:ubuntu22.04-cuda12.9.1-py311-torch2.8.0-vllm0.11.0-modelscope1.32.0-swift3.11.1
55+
modelscope-registry.cn-hangzhou.cr.aliyuncs.com/modelscope-repo/modelscope:ubuntu22.04-cuda12.9.1-py311-torch2.8.0-vllm0.11.0-modelscope1.32.0-swift3.11.3
56+
modelscope-registry.cn-beijing.cr.aliyuncs.com/modelscope-repo/modelscope:ubuntu22.04-cuda12.9.1-py311-torch2.8.0-vllm0.11.0-modelscope1.32.0-swift3.11.3
57+
modelscope-registry.us-west-1.cr.aliyuncs.com/modelscope-repo/modelscope:ubuntu22.04-cuda12.9.1-py311-torch2.8.0-vllm0.11.0-modelscope1.32.0-swift3.11.3
5858
```
5959

6060
Recommended Operating Environment:

0 commit comments

Comments
 (0)