From 225d129b6b316eef4c8f80711eb35ec5bffd9862 Mon Sep 17 00:00:00 2001 From: liuzx Date: Wed, 26 Jun 2024 15:51:39 +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 | 98 +++++++++++++++++++++++------------------------ 1 file changed, 49 insertions(+), 49 deletions(-) diff --git a/.openi-aitemplate b/.openi-aitemplate index a54c353..5e5ff7b 100644 --- a/.openi-aitemplate +++ b/.openi-aitemplate @@ -1,36 +1,36 @@ [ { - "Name": "GPU训练任务", + "Name": "NPU调试任务", "Description": "", - "JobType": "TRAIN", + "JobType": "DEBUG", "Cluster": "C2Net", - "ComputeSource": "GPU", + "ComputeSource": "NPU", "HasInternet": 2, "AccCardsNum": 1, - "AccCardType": "V100", - "CpuCores": 8, - "MemGiB": 50, + "AccCardType": "ASCEND910", + "CpuCores": 24, + "MemGiB": 96, "GPUMemGiB": 32, "ShareMemGiB": 0, "Image": { - "ImageID": "", - "ImageName": "", - "ImageUrl": "192.168.204.22:5000/default-workspace/99280a9940ae44ca8f5892134386fddb/image:ubuntu22.04-cuda11.8.0-py310-torch2.1.0-tf2.14.0" + "ImageID": "0b79fed7504c4e2dac397ms22cann700", + "ImageName": "mindspore_2_2_cann7", + "ImageUrl": "" }, "PretrainModelList": [ { - "ID": "f1711e48-65d6-436c-b34b-9698061979e7", - "ModelName": "Torch_MNIST_Example_Model" + "ID": "79942396-0f8d-4919-a490-a4b75a7da053", + "ModelName": "Mindspore_MNIST_Example_Model" } ], "DatasetList": [ { - "ID": "8d5178b2-eb56-4c0d-b532-be8c685b1e61", - "DatasetName": "MnistDataset_torch.zip" + "ID": "aced78db-6703-41b6-be46-140ccd411107", + "DatasetName": "MnistDataset_mindspore.zip" } ], - "BranchName": "liuzx", - "BootFile": "gpu_mnist_example/train.py", + "BranchName": "master", + "BootFile": "", "Parameters": [] }, { @@ -72,6 +72,40 @@ } ] }, + { + "Name": "GPU训练任务", + "Description": "", + "JobType": "TRAIN", + "Cluster": "C2Net", + "ComputeSource": "GPU", + "HasInternet": 2, + "AccCardsNum": 1, + "AccCardType": "V100", + "CpuCores": 8, + "MemGiB": 50, + "GPUMemGiB": 32, + "ShareMemGiB": 0, + "Image": { + "ImageID": "", + "ImageName": "", + "ImageUrl": "192.168.204.22:5000/default-workspace/99280a9940ae44ca8f5892134386fddb/image:ubuntu22.04-cuda11.8.0-py310-torch2.1.0-tf2.14.0" + }, + "PretrainModelList": [ + { + "ID": "f1711e48-65d6-436c-b34b-9698061979e7", + "ModelName": "Torch_MNIST_Example_Model" + } + ], + "DatasetList": [ + { + "ID": "8d5178b2-eb56-4c0d-b532-be8c685b1e61", + "DatasetName": "MnistDataset_torch.zip" + } + ], + "BranchName": "liuzx", + "BootFile": "gpu_mnist_example/train.py", + "Parameters": [] + }, { "Name": "GPGPU训练任务", "Description": "", @@ -129,39 +163,5 @@ "Value": "8" } ] - }, - { - "Name": "NPU调试任务", - "Description": "", - "JobType": "DEBUG", - "Cluster": "C2Net", - "ComputeSource": "NPU", - "HasInternet": 2, - "AccCardsNum": 1, - "AccCardType": "ASCEND910", - "CpuCores": 24, - "MemGiB": 96, - "GPUMemGiB": 32, - "ShareMemGiB": 0, - "Image": { - "ImageID": "0b79fed7504c4e2dac397ms22cann700", - "ImageName": "mindspore_2_2_cann7", - "ImageUrl": "" - }, - "PretrainModelList": [ - { - "ID": "79942396-0f8d-4919-a490-a4b75a7da053", - "ModelName": "Mindspore_MNIST_Example_Model" - } - ], - "DatasetList": [ - { - "ID": "aced78db-6703-41b6-be46-140ccd411107", - "DatasetName": "MnistDataset_mindspore.zip" - } - ], - "BranchName": "master", - "BootFile": "", - "Parameters": [] } ] \ No newline at end of file