From d3dd7ff677a5614c3d5f76098355c6eab4dcb8d2 Mon Sep 17 00:00:00 2001 From: "xiaojiaping.xjp" Date: Tue, 25 Nov 2025 17:12:00 +0800 Subject: [PATCH 1/2] add ampere instance --- publish.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/publish.yaml b/publish.yaml index a5d6b14..66b852b 100644 --- a/publish.yaml +++ b/publish.yaml @@ -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: 显存大小 From e259ec9e2f37558f36c69f7f9f2f34d33636edde Mon Sep 17 00:00:00 2001 From: "xiaojiaping.xjp" Date: Tue, 25 Nov 2025 17:14:26 +0800 Subject: [PATCH 2/2] bump version 0.7.4 --- publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.yaml b/publish.yaml index 66b852b..1ac5ef2 100644 --- a/publish.yaml +++ b/publish.yaml @@ -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: