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: d3d48e1b9709269185186d0be813fe615195044a
This commit is contained in:
commit
a0ced1bcdd
|
@ -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…
Reference in New Issue