Skip to content

Commit

Permalink
Merge pull request #162 from xiao201208/fix/mse_nas
Browse files Browse the repository at this point in the history
fix mse nas zone
  • Loading branch information
xiao201208 authored Nov 27, 2023
2 parents 2fe405a + bd2079f commit 47d95ac
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions documents/solution/ai/ack-ai-fine-tuning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,14 @@ Parameters:
en: The name must be 1 to 63 characters in length and can contain letters, Chinese
characters, digits, and hyphens (-).
zh-cn: 名称为1~63个字符,可包含数字、汉字、英文字符或中划线(-)。
Default: ai-test
AllowedPattern: ^[a-zA-Z0-9\u4e00-\u9fa5][-a-zA-Z0-9\u4e00-\u9fa5]{0,62}$
AssociationProperty: AutoCompleteInput
AssociationPropertyMetadata:
Length: 5
Prefix: ai-test-
CharacterClasses:
- Class: lowercase
min: 1
ZoneId:
Type: String
Label:
Expand All @@ -36,6 +42,12 @@ Parameters:
zh-cn: 长度为8-30位,需包含大写字母、小写字母、特殊符号和数字中的三个,允许的特殊字符包括<span style="background:#E7E9EB;"><b>()`~!@#$%^&*_-+=|{}[]:;'<>,.?/</b></span>。
AssociationProperty: ALIYUN::ECS::Instance::Password
NoEcho: true
NasZoneId:
Type: String
Label:
en: NAS Available Zone
zh-cn: NAS 可用区
AssociationProperty: ALIYUN::VPC::Zone::ZoneId
CommonName:
Type: String
Default: ack-ai
Expand Down Expand Up @@ -151,6 +163,8 @@ Resources:
IsEnterpriseSecurityGroup: true
WorkerInstanceTypes:
- ecs.gn7i-c16g1.4xlarge
- ecs.gn7i-c8g1.2xlarge
- ecs.gn7i-c32g1.8xlarge
WorkerSystemDiskCategory: cloud_essd
WorkerSystemDiskSize: 120
LoginPassword:
Expand All @@ -171,7 +185,7 @@ Resources:
FileSystemType: standard
StorageType: Capacity
ZoneId:
Ref: ZoneId
Ref: NasZoneId
VpcId:
Ref: Vpc
VSwitchId:
Expand Down Expand Up @@ -214,7 +228,8 @@ Metadata:
- AckName
- ZoneId
- LoginPassword
- NasZoneId
Hidden:
- CommonName
TemplateTags:
- acs:technical-solution:ack:训练大模型及部署GPU共享推理服务
- acs:technical-solution:ack:一键训练大模型及部署GPU共享推理服务

0 comments on commit 47d95ac

Please sign in to comment.