We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d9c088 commit da42597Copy full SHA for da42597
1 file changed
publish.yaml
@@ -95,11 +95,12 @@ Parameters:
95
title: 模型运行实例类型
96
type: string
97
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系列)
+ 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系列)
99
enum:
100
- "e1"
101
- "c1"
102
- "fc.gpu.tesla.1"
103
+ - "fc.gpu.ampere.1"
104
- "fc.gpu.ada.1"
105
gpuMemorySize:
106
title: 显存大小
0 commit comments