update
This commit is contained in:
parent
e5dc701525
commit
189bb31825
@ -226,7 +226,7 @@ resource_packages:
|
||||
gpu_key: nvidia.com/gpu
|
||||
gpu_value: 1
|
||||
memory_key: null
|
||||
memory_value: null
|
||||
memory_value: '80'
|
||||
- name: A100-14b模型推理套餐1
|
||||
description: 适用于14b模型上线推理
|
||||
resources:
|
||||
@ -238,7 +238,7 @@ resource_packages:
|
||||
gpu_key: nvidia.com/gpu
|
||||
gpu_value: 1
|
||||
memory_key: null
|
||||
memory_value: null
|
||||
memory_value: '80'
|
||||
- name: A100-7b模型训练套餐(此种情况为非vgpu)
|
||||
description: 适用于7b模型finetune
|
||||
resources:
|
||||
@ -250,7 +250,7 @@ resource_packages:
|
||||
gpu_key: nvidia.com/gpu
|
||||
gpu_value: 2
|
||||
memory_key: null
|
||||
memory_value: null
|
||||
memory_value: '80'
|
||||
- name: RTX3090*8
|
||||
description: 适用于finetune
|
||||
resources:
|
||||
@ -263,15 +263,3 @@ resource_packages:
|
||||
gpu_value: 8
|
||||
memory_key: null
|
||||
memory_value: null
|
||||
- name: '111'
|
||||
description: '1'
|
||||
resources:
|
||||
memory: 1Gi
|
||||
cpu: 1
|
||||
gpu:
|
||||
type: gpu
|
||||
device_label: '1111'
|
||||
gpu_key: '1'
|
||||
gpu_value: 2
|
||||
memory_key: null
|
||||
memory_value: '1'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user