From 864e5df5e5aaddabdd9c4178ec035dd82fa98c22 Mon Sep 17 00:00:00 2001 From: huan <3174348550@qq.com> Date: Fri, 8 Aug 2025 16:03:27 +0800 Subject: [PATCH] modify clone version --- docs/mindquantum/docs/source_en/mindquantum_install.md | 2 +- docs/mindquantum/docs/source_zh_cn/mindquantum_install.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/mindquantum/docs/source_en/mindquantum_install.md b/docs/mindquantum/docs/source_en/mindquantum_install.md index 07493f9e18..3b1c7d16d8 100644 --- a/docs/mindquantum/docs/source_en/mindquantum_install.md +++ b/docs/mindquantum/docs/source_en/mindquantum_install.md @@ -24,7 +24,7 @@ pip install mindquantum ```bash cd ~ - git clone -b v2.5.0 https://gitee.com/mindspore/mindquantum.git + git clone -b r0.10 https://gitee.com/mindspore/mindquantum.git ``` 2. Compiling MindSpore Quantum diff --git a/docs/mindquantum/docs/source_zh_cn/mindquantum_install.md b/docs/mindquantum/docs/source_zh_cn/mindquantum_install.md index 64207d9dfe..13fda042ef 100644 --- a/docs/mindquantum/docs/source_zh_cn/mindquantum_install.md +++ b/docs/mindquantum/docs/source_zh_cn/mindquantum_install.md @@ -24,7 +24,7 @@ pip install mindquantum ```bash cd ~ - git clone -b v2.5.0 https://gitee.com/mindspore/mindquantum.git + git clone -b r0.10 https://gitee.com/mindspore/mindquantum.git ``` 2. 编译安装MindSpore Quantum -- Gitee