From 27c2b5c14599881895a086c51bfa7bcdc680d5a8 Mon Sep 17 00:00:00 2001 From: xleoken Date: Tue, 5 Aug 2025 11:13:49 +0800 Subject: [PATCH] [Doc] Update pytorch version in README_zh doc (#2202) ### What this PR does / why we need it? Update pytorch version in README_zh doc. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Local Test. - vLLM version: v0.10.0 - vLLM main: https://github.com/vllm-project/vllm/commit/bd3db7f46965bfc979734a6d4b50cf96184c10d8 Signed-off-by: xleoken --- README.zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.zh.md b/README.zh.md index ee1dc5f..b5d5470 100644 --- a/README.zh.md +++ b/README.zh.md @@ -42,7 +42,7 @@ vLLM 昇腾插件 (`vllm-ascend`) 是一个由社区维护的让vLLM在Ascend NP - 软件: * Python >= 3.9, < 3.12 * CANN >= 8.2.rc1 - * PyTorch >= 2.5.1, torch-npu >= 2.7.1.dev20250724 + * PyTorch >= 2.7.1, torch-npu >= 2.7.1.dev20250724 * vLLM (与vllm-ascend版本一致) ## 开始使用