From cc306558acf76c897d8ff3a23e71a6a793702a13 Mon Sep 17 00:00:00 2001 From: yuhan Date: Wed, 4 Jun 2025 15:50:55 +0800 Subject: [PATCH] modify daily.json --- tools/generate_html/daily.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/generate_html/daily.json b/tools/generate_html/daily.json index 9ef4ad583b..15f89b748b 100644 --- a/tools/generate_html/daily.json +++ b/tools/generate_html/daily.json @@ -74,7 +74,9 @@ "whl_path" : "/mindformers/version/", "whl_name" : "mindformers-.*-py3-none-any.whl$", "environ" : "MFM_PATH", - "uninstall_name" : "mindformers" + "uninstall_name" : "mindformers", + "extra_whl_path" : "/mindspore/website/master/cpu/x86_64", + "extra_whl_name" : "mindspore-.*-cp39-cp39-linux_x86_64.whl$" }, { "id" : 9 , -- Gitee