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