diff --git a/.openi-aitemplate b/.openi-aitemplate new file mode 100644 index 0000000..83e35d7 --- /dev/null +++ b/.openi-aitemplate @@ -0,0 +1,36 @@ +[ + { + "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": [] + } +] \ No newline at end of file