Skip to content

Commit da42597

Browse files
xiaojianpingaxiaojiaping.xjp
andauthored
add ampere instance (#39)
Co-authored-by: xiaojiaping.xjp <xiaojiaping.xjp@alibaba-inc.com>
1 parent 8d9c088 commit da42597

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

publish.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,12 @@ Parameters:
9595
title: 模型运行实例类型
9696
type: string
9797
default: "fc.gpu.tesla.1"
98-
description: 请谨慎修改!修改时遵循:\n 1.预选为CPU时,请勿在此切换为GPU实例。反之亦然。(如:预配了CPU镜像环境,在此切换为GPU机器会由于环境无cuda,造成GPU无法使用的浪费)\n 2.修改为配置更低的硬件存在失败风险(如:显存或内存变小后,无法加载模型)。\n模型运行实例类型:e1(CPU 弹性实例)、c1(CPU 性能实例)、fc.gpu.tesla.1(GPU T4实例)、fc.gpu.ada.1(GPU ada系列)
98+
description: 请谨慎修改!修改时遵循:\n 1.预选为CPU时,请勿在此切换为GPU实例。反之亦然。(如:预配了CPU镜像环境,在此切换为GPU机器会由于环境无cuda,造成GPU无法使用的浪费)\n 2.修改为配置更低的硬件存在失败风险(如:显存或内存变小后,无法加载模型)。\n模型运行实例类型:e1(CPU 弹性实例)、c1(CPU 性能实例)、fc.gpu.tesla.1(GPU T4实例)、fc.gpu.ampere.1(GPU A10实例)fc.gpu.ada.1(GPU ada系列)
9999
enum:
100100
- "e1"
101101
- "c1"
102102
- "fc.gpu.tesla.1"
103+
- "fc.gpu.ampere.1"
103104
- "fc.gpu.ada.1"
104105
gpuMemorySize:
105106
title: 显存大小

0 commit comments

Comments
 (0)