From c8b57d10b24efcd9b4fadeb66cfbf66aa3dd5f82 Mon Sep 17 00:00:00 2001 From: Huazhong Ji Date: Wed, 12 Feb 2025 15:50:38 +0800 Subject: [PATCH] [Misc] update the dependency version of torch-npu (#50) ### 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 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9e14e51..9210a2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,6 @@ requires = [ "decorator", "pyyaml", "scipy", - "torch-npu == 2.5.1rc1" + "torch-npu >= 2.5.1rc1" ] build-backend = "setuptools.build_meta" diff --git a/requirements.txt b/requirements.txt index 9ef2cd0..c4cf016 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ pyyaml scipy setuptools setuptools-scm -torch-npu == 2.5.1rc1 +torch-npu >= 2.5.1rc1