Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Type: Project
Name: start-modelscope-v3
Provider:
- 阿里云
Version: 0.7.3
Version: 0.7.4
Description: ModelScope应用(fc3.0)
HomePage: https://github.com/devsapp/start-modelscope-v3
Tags:
Expand Down Expand Up @@ -95,11 +95,12 @@ Parameters:
title: 模型运行实例类型
type: string
default: "fc.gpu.tesla.1"
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系列)
enum:
- "e1"
- "c1"
- "fc.gpu.tesla.1"
- "fc.gpu.ampere.1"
- "fc.gpu.ada.1"
gpuMemorySize:
title: 显存大小
Expand Down