From f9dbd9cf351617ce7816a9dbd1d06c68950fc11f Mon Sep 17 00:00:00 2001 From: liuzx Date: Wed, 26 Jun 2024 15:43:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.openi-aitemplate'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .openi-aitemplate | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/.openi-aitemplate b/.openi-aitemplate index 5b4745e..7cdeb87 100644 --- a/.openi-aitemplate +++ b/.openi-aitemplate @@ -100,5 +100,34 @@ "Value": "8" } ] + }, + { + "Name": "GCU训练任务", + "Description": "", + "JobType": "TRAIN", + "Cluster": "C2Net", + "ComputeSource": "GCU", + "HasInternet": 2, + "AccCardsNum": 1, + "AccCardType": "ENFLAME-T20", + "CpuCores": 8, + "MemGiB": 30, + "GPUMemGiB": 32, + "ShareMemGiB": 0, + "Image": { + "ImageID": "", + "ImageName": "", + "ImageUrl": "swr.cn-south-1.myhuaweicloud.com/grampus/enflame:t20_v1.0" + }, + "PretrainModelList": [], + "DatasetList": [], + "BranchName": "master", + "BootFile": "gcu_mnist_example/train.py", + "Parameters": [ + { + "Label": "epoch_size", + "Value": "8" + } + ] } ] \ No newline at end of file