From ece7336d595a9ff4ef5a238bacfe6b61e21da3bd Mon Sep 17 00:00:00 2001 From: liyongwen <1310439159@qq.com> Date: Sat, 31 Aug 2024 16:38:56 +0800 Subject: [PATCH] =?UTF-8?q?Mindformers=E6=96=87=E6=A1=A3index=E6=96=B0?= =?UTF-8?q?=E5=A2=9EHarness=E8=AF=84=E4=BC=B0=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/mindformers/docs/source_zh_cn/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/mindformers/docs/source_zh_cn/index.rst b/docs/mindformers/docs/source_zh_cn/index.rst index 7778811d8e..3e0b50a6f8 100644 --- a/docs/mindformers/docs/source_zh_cn/index.rst +++ b/docs/mindformers/docs/source_zh_cn/index.rst @@ -15,6 +15,7 @@ MindFormers支持一键启动任意任务的单卡/多卡训练、微调、评 - `推理 `_ - `量化 `_ - `MindIE服务器化部署 `_ +- `Harness评估 `_ 使用MindFormers进行灵活易用的个性化配置 -------------------------------------------- -- Gitee