From 659a2e6ed2833f10b1640419ab2901a5a8d2810d Mon Sep 17 00:00:00 2001 From: h00613304 Date: Wed, 23 Aug 2023 17:44:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86resources=E7=A7=BB=E5=8A=A8=E5=88=B0de?= =?UTF-8?q?bug=E7=9B=AE=E5=BD=95=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- .../resources}/model_training_migration_process.png | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename {resources => debug/resources}/model_training_migration_process.png (100%) diff --git a/README.md b/README.md index 45874dfa8..c6682e088 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Ascend Training Tools,昇腾训练工具链 针对训练&大模型场景,提供端到端命令行&可视化调试调优工具,帮助用户快速提高模型开发效率 #### 模型训练迁移全流程 -![输入图片说明](resources/model_training_migration_process.png) +![输入图片说明](debug/resources/model_training_migration_process.png) #### 使用说明 diff --git a/resources/model_training_migration_process.png b/debug/resources/model_training_migration_process.png similarity index 100% rename from resources/model_training_migration_process.png rename to debug/resources/model_training_migration_process.png -- Gitee