Browse Source

Merge branch 'master' of https://gitlink.org.cn/zhouqunjie/pcm-coordinator

# Conflicts:
#	api/desc/inference/inference.api
#	api/internal/logic/inference/inferencetaskdetaillogic.go
#	api/internal/types/types.go


Former-commit-id: d3d48e1b97
pull/259/head
Jake 1 year ago
parent
commit
a0ced1bcdd
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      api/internal/logic/inference/imageinferencelogic.go

+ 4
- 3
api/internal/logic/inference/imageinferencelogic.go View File

@@ -27,9 +27,10 @@ func NewImageInferenceLogic(ctx context.Context, svcCtx *svc.ServiceContext) *Im
}
}

func (l *ImageInferenceLogic) ImageInference(req *types.ImageInferenceReq) (resp *types.ImageInferenceResp, err error) {
return nil, nil
}
//
//func (l *ImageInferenceLogic) ImageInference(req *types.ImageInferenceReq) (resp *types.ImageInferenceResp, err error) {
// return nil, nil
//}

func (l *ImageInferenceLogic) ImageInfer(r *http.Request, req *types.ImageInferenceReq) (resp *types.ImageInferenceResp, err error) {
resp = &types.ImageInferenceResp{}


Loading…
Cancel
Save