From cb3f345a825ca9dfd08aba25f3c81e9608964c1f Mon Sep 17 00:00:00 2001 From: liuzx Date: Wed, 30 Jul 2025 11:13:01 +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 | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/.openi-aitemplate b/.openi-aitemplate index 9b2b65c..9a5c126 100644 --- a/.openi-aitemplate +++ b/.openi-aitemplate @@ -368,5 +368,35 @@ "BranchName": "master", "BootFile": "gpu_mnist_example/parallel_train.py", "Parameters": [] + }, + { + "Name": "两卡GPU并行训练-调试任务", + "Description": "", + "JobType": "DEBUG", + "Cluster": "C2Net", + "ComputeSource": "GPU", + "HasInternet": 2, + "VisualizeRequired": false, + "AccCardsNum": 2, + "AccCardType": "V100", + "CpuCores": 16, + "MemGiB": 100, + "GPUMemGiB": 32, + "ShareMemGiB": 0, + "Image": { + "ImageID": "", + "ImageName": "", + "ImageUrl": "192.168.242.22:443/default-workspace/fccb038c23234b9e80105d4ccd152117/image:ChatGLM3-6B" + }, + "PretrainModelList": [], + "DatasetList": [ + { + "ID": "8d5178b2-eb56-4c0d-b532-be8c685b1e61", + "DatasetName": "MnistDataset_torch.zip" + } + ], + "BranchName": "master", + "BootFile": "", + "Parameters": [] } ] \ No newline at end of file -- 2.34.1