Skip to content

Commit 3d88966

Browse files
authored
[Misc] update the dependency version of torch-npu (#51)
### What this PR does / why we need it? This PR updates the dependency version of vllm-ascend on torch-npu, so that the vllm-ascend can be installed in a later version environment (like to torch-npu 2.6.0rc1), ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? CI test Signed-off-by: ji-huazhong <hzji210@gmail.com>
1 parent 02e76c6 commit 3d88966

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ requires = [
66
"decorator",
77
"pyyaml",
88
"scipy",
9-
"torch-npu == 2.5.1rc1"
9+
"torch-npu >= 2.5.1rc1"
1010
]
1111
build-backend = "setuptools.build_meta"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ pyyaml
33
scipy
44
setuptools
55
setuptools-scm
6-
torch-npu == 2.5.1rc1
6+
torch-npu >= 2.5.1rc1

0 commit comments

Comments
 (0)