config/compute_capability_type.yaml
2025-07-18 07:25:28 +00:00

9 lines
424 B
YAML

compute_types:
# A100 机器
- key: "machine_a100" # 类型id
display_name: "A100 机器" # 类型名称
resource_unit: int # 算力单位
# H100 机器
- key: "machine_h100" # 类型id
display_name: "H100 机器" # 类型名称
resource_unit: int # 算力单位