From 336e026b665083d21fd9f369ce02d1eace9db973 Mon Sep 17 00:00:00 2001 From: Erpim Date: Thu, 16 Oct 2025 15:24:37 +0800 Subject: [PATCH] update version --- .gitmodules | 2 +- vllm_mindspore/version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 885ebe56..ebf070b3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "tests/mindformers"] path = tests/mindformers url = https://gitee.com/mindspore/mindformers.git - branch = master + branch = r1.7.0 [submodule "ms_custom_ops"] path = ms_custom_ops url = https://gitee.com/mindspore/akg.git diff --git a/vllm_mindspore/version.txt b/vllm_mindspore/version.txt index 0d91a54c..1d0ba9ea 100644 --- a/vllm_mindspore/version.txt +++ b/vllm_mindspore/version.txt @@ -1 +1 @@ -0.3.0 +0.4.0 -- Gitee