Skip to content

Commit 7e6efbf

Browse files
authored
update torch-npu to 2.5.1.post1.dev20250619 (#1347)
### What this PR does / why we need it? This PR update the torch_npu to newest release version 2.5.1.post1.dev20250619 . ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? CI tested will guarantee the update Signed-off-by: ganyi <pleaplusone.gy@gmail.com>
1 parent 4447e53 commit 7e6efbf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ By using vLLM Ascend plugin, popular open-source models, including Transformer-l
3838
- Software:
3939
* Python >= 3.9, < 3.12
4040
* CANN >= 8.1.RC1
41-
* PyTorch >= 2.5.1, torch-npu >= 2.5.1.post1.dev20250528
41+
* PyTorch >= 2.5.1, torch-npu >= 2.5.1.post1.dev20250619
4242
* vLLM (the same version as vllm-ascend)
4343

4444
## Getting Started

README.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ vLLM 昇腾插件 (`vllm-ascend`) 是一个由社区维护的让vLLM在Ascend NP
3939
- 软件:
4040
* Python >= 3.9, < 3.12
4141
* CANN >= 8.1.RC1
42-
* PyTorch >= 2.5.1, torch-npu >= 2.5.1.post1.dev20250528
42+
* PyTorch >= 2.5.1, torch-npu >= 2.5.1.post1.dev20250619
4343
* vLLM (与vllm-ascend版本一致)
4444

4545
## 开始使用

docs/source/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This document describes how to install vllm-ascend manually.
1212
| Software | Supported version | Note |
1313
|---------------|----------------------------------|-------------------------------------------|
1414
| CANN | >= 8.1.RC1 | Required for vllm-ascend and torch-npu |
15-
| torch-npu | >= 2.5.1.post1.dev20250528 | Required for vllm-ascend |
15+
| torch-npu | >= 2.5.1.post1.dev20250619 | Required for vllm-ascend |
1616
| torch | >= 2.5.1 | Required for torch-npu and vllm |
1717

1818
You have 2 way to install:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ numba
2424
# Install torch_npu
2525
--pre
2626
--extra-index-url https://mirrors.huaweicloud.com/ascend/repos/pypi
27-
torch-npu==2.5.1.post1.dev20250528
27+
torch-npu==2.5.1.post1.dev20250619

0 commit comments

Comments
 (0)