From cfc3eb233a36d2ec3ad0fd4dbcf92eb801db11aa Mon Sep 17 00:00:00 2001 From: 4pdadmin <4pdadmin@local.domain> Date: Wed, 30 Jul 2025 17:05:34 +0800 Subject: [PATCH] update --- resource.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/resource.yaml b/resource.yaml index f174683..2196086 100644 --- a/resource.yaml +++ b/resource.yaml @@ -239,3 +239,15 @@ resource_packages: gpu_value: 1 memory_key: null memory_value: null +- name: A100-7b模型训练套餐(此种情况为非vgpu) + description: 适用于7b模型finetune + resources: + memory: 128Gi + cpu: 40 + gpu: + type: gpu + device_label: Nvidia A100(80G) + gpu_key: nvidia.com/gpu + gpu_value: 2 + memory_key: null + memory_value: null