This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
JointCloud
/
pcm-coordinator
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
updated getadapterbymodel api
Former-commit-id:
8a6175e6d6
pull/299/head
tzwang
1 year ago
parent
bcb664c704
commit
91bfc6e6b3
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
desc/inference/inference.api
+1
-1
internal/types/types.go
+ 1
- 1
desc/inference/inference.api
View File
@@ -200,7 +200,7 @@ type (
AdapterAvail {
AdapterId string `json:"adapterId"`
AdapterName string `json:"
task
Name"`
AdapterName string `json:"
adapter
Name"`
Clusters []*ClusterAvail `json:"clusters"`
}
+ 1
- 1
internal/types/types.go
View File
@@ -6096,7 +6096,7 @@ type GetAdaptersByModelResp struct {
type AdapterAvail struct {
AdapterId string `json:"adapterId"`
AdapterName string `json:"
task
Name"`
AdapterName string `json:"
adapter
Name"`
Clusters []*ClusterAvail `json:"clusters"`
}
Write
Preview
Loading…
Cancel
Save