From 95763e9357e4d08fbab45a2cde4724a02c0e2140 Mon Sep 17 00:00:00 2001 From: liuzx Date: Wed, 26 Jun 2024 15:40:48 +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 5886792..5b4745e 100644 --- a/.openi-aitemplate +++ b/.openi-aitemplate @@ -71,5 +71,34 @@ "Value": "5" } ] + }, + { + "Name": "GPGPU训练任务", + "Description": "", + "JobType": "TRAIN", + "Cluster": "C2Net", + "ComputeSource": "ILUVATAR-GPGPU", + "HasInternet": 2, + "AccCardsNum": 1, + "AccCardType": "BI-V100", + "CpuCores": 30, + "MemGiB": 64, + "GPUMemGiB": 32, + "ShareMemGiB": 0, + "Image": { + "ImageID": "", + "ImageName": "", + "ImageUrl": "swr.cn-south-1.myhuaweicloud.com/grampus/iluvatar:bi_corex3.1.1_pytorch1.13.1_py3.9_v1.0" + }, + "PretrainModelList": [], + "DatasetList": [], + "BranchName": "master", + "BootFile": "gpgpu_mnist_example/train.py", + "Parameters": [ + { + "Label": "epoch_size", + "Value": "8" + } + ] } ] \ No newline at end of file