update the models,add cmd of modelarts

Former-commit-id: b4b5ba7701
This commit is contained in:
qiwang 2024-09-09 10:46:16 +08:00
parent d08d6c1bc5
commit 89c3a895fd
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ ListenOn: 0.0.0.0:2002
AdapterId:
Timeout: 100000
Timeout: 500000
Participant:
Name: modelarts #参与者名称

View File

@ -1339,6 +1339,7 @@ message CreateModelReq{
repeated CreateModelRequestInferParams input_params = 24;
string modelArtsType = 25; // @gotags: copier:"ModelArtsType"
string platform = 26;
string cmd =27;
}
message CreateModelResp{