From d8c058d1abbefe7c639408f84d66ab4c1a985462 Mon Sep 17 00:00:00 2001 From: myprigitee Date: Fri, 5 Dec 2025 11:39:43 +0800 Subject: [PATCH] add html_version --- tools/generate_html/daily.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tools/generate_html/daily.json b/tools/generate_html/daily.json index fedde1a7ae..65869a69cd 100644 --- a/tools/generate_html/daily.json +++ b/tools/generate_html/daily.json @@ -3,6 +3,7 @@ "id" : 1 , "name" : "lite", "branch" : "master", + "html_version" : "atomgit", "whl_path" : "/mindspore-lite/newest/lite/centos_x86/cloud_fusion/python39", "whl_name" : "mindspore_lite-.*-cp39-cp39-linux_x86_64.whl$", "environ" : "MSL_PATH", @@ -18,6 +19,7 @@ "id" : 2 , "name" : "mindspore", "branch" : "master", + "html_version" : "atomgit", "whl_path" : "/mindspore/website/master/cpu/x86_64", "whl_name" : "mindspore-.*-cp39-cp39-linux_x86_64.whl$", "environ" : "MS_PATH", @@ -27,6 +29,7 @@ "id" : 3 , "name" : "tutorials", "branch" : "master", + "html_version" : "atomgit", "whl_path" : "", "whl_name" : "", "environ" : "", @@ -36,6 +39,7 @@ "id" : 4 , "name" : "golden_stick", "branch" : "master", + "html_version" : "atomgit", "whl_path" : "/golden-stick/newest/ascend/any/", "whl_name" : "mindspore_gs-.*-py3-none-any.whl$", "environ" : "GS_PATH", @@ -45,6 +49,7 @@ "id" : 5 , "name" : "mindformers", "branch" : "master", + "html_version" : "atomgit", "whl_search" : "any/", "whl_path" : "/mindformers/version/", "whl_name" : "mindformers-.*-py3-none-any.whl$", @@ -57,6 +62,7 @@ "id" : 6 , "name" : "vllm_mindspore", "branch" : "master", + "html_version" : "atomgit", "whl_path" : "", "whl_name" : "", "environ" : "", @@ -66,6 +72,7 @@ "id" : 7 , "name" : "mindstudio", "branch" : "master", + "html_version" : "atomgit", "whl_path" : "", "whl_name" : "", "environ" : "", @@ -75,6 +82,7 @@ "id" : 8 , "name" : "msadapter", "branch" : "master", + "html_version" : "atomgit", "whl_path" : "", "whl_name" : "", "environ" : "", @@ -84,6 +92,7 @@ "id" : 9 , "name" : "mindquantum", "branch" : "master", + "html_version" : "atomgit", "whl_path" : "/mindquantum/newest/gpu/x86_64/cuda-11.1/", "whl_name" : "mindquantum-.*-cp39-cp39-linux_x86_64.whl$", "environ" : "MQ_PATH", -- Gitee