Browse Source

Merge remote-tracking branch 'gitlink/master'

pull/464/head
jagger 7 months ago
parent
commit
ffbcd77ffb
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      internal/storeLink/modelarts.go

+ 2
- 2
internal/storeLink/modelarts.go View File

@@ -893,9 +893,9 @@ func (m *ModelArtsLink) GetInferDeployInstance(ctx context.Context, id string) (
if err != nil {
return nil, err
}
if resp.ErrorMsg != "" {
/* if resp.ErrorMsg != "" {
return nil, errors.New(resp.Msg)
}
}*/
ins := &inference.DeployInstance{}
ins.InstanceName = resp.ServiceName
ins.InstanceId = resp.ServiceId


Loading…
Cancel
Save