From 3e17d9b0cca87cb7c8e7b82d1cbb2830de58662f Mon Sep 17 00:00:00 2001 From: h00613304 Date: Thu, 17 Aug 2023 15:20:02 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=B0=86=E8=B5=84=E6=BA=90=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=A7=BB=E5=8A=A8=E8=87=B3resources=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../model_training_migration_process.png | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename e5d12f75_9977809.png => resources/model_training_migration_process.png (100%) diff --git a/e5d12f75_9977809.png b/resources/model_training_migration_process.png similarity index 100% rename from e5d12f75_9977809.png rename to resources/model_training_migration_process.png -- Gitee From 98f8879b4a06d1735004b63fdfc8997c4ac4fd36 Mon Sep 17 00:00:00 2001 From: hekunkun Date: Thu, 17 Aug 2023 07:22:15 +0000 Subject: [PATCH 2/2] update README.md. Signed-off-by: hekunkun --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd7ce79829f..45874dfa820 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Ascend Training Tools,昇腾训练工具链 针对训练&大模型场景,提供端到端命令行&可视化调试调优工具,帮助用户快速提高模型开发效率 #### 模型训练迁移全流程 -![输入图片说明](e5d12f75_9977809.png) +![输入图片说明](resources/model_training_migration_process.png) #### 使用说明 -- Gitee