Browse Source

update aiservice

pull/434/head
tzwang 8 months ago
parent
commit
cc166fb745
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      internal/scheduler/service/aiService.go

+ 1
- 1
internal/scheduler/service/aiService.go View File

@@ -93,7 +93,7 @@ func InitAiClusterMap(conf *config.Config, clusters []types.ClusterInfo) (map[st
inferenceMap[c.Id] = sgai
case OPENI:
id, _ := strconv.ParseInt(c.Id, 10, 64)
openi := storeLink.NewOpenI("http://localhost:2024", id, c.Username, c.Token)
openi := storeLink.NewOpenI(c.Server, id, c.Username, c.Token)
collectorMap[c.Id] = openi
executorMap[c.Id] = openi
inferenceMap[c.Id] = openi


Loading…
Cancel
Save