From c83298597d95e1cec3c35968231e82b16b6e13e5 Mon Sep 17 00:00:00 2001 From: lijiakun Date: Mon, 24 Mar 2025 11:28:07 +0800 Subject: [PATCH] update wiki --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ea5660..4edbea3 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ By using the `vllm-mindspore`, popular open-source models, can run seamlessly fo - Software: - Python >= 3.9 - CANN >= 8.0.0 - - MindSpore >=2.5.0 + - MindSpore >=2.6.0 --- @@ -33,7 +33,7 @@ Install from source code. [Wiki Installation.](https://gitee.com/mindspore/vllm- ##### Pre-built images ```shell -docker pull hub.oepkgs.net/oedeploy/openeuler/aarch64/mindspore:v1.0 +docker pull hub.oepkgs.net/oedeploy/openeuler/aarch64/mindspore:latest ``` ##### Build image from source -- Gitee