dataset
This commit is contained in:
parent
988b9e99dd
commit
16d3bec0f1
@ -112,14 +112,10 @@ public class AsyncModelServiceService {
|
||||
"",
|
||||
"float16", 1);
|
||||
AigcRespVO aigcRespVO = trainHttpService.modelDeploy(new HashMap<>(), aigcModelDeploySaveReq);
|
||||
if (aigcRespVO.isSuccess()){
|
||||
updateObj.setStatus(1);
|
||||
}else {
|
||||
updateObj.setStatus(3);
|
||||
}
|
||||
updateObj.setStatus(1);
|
||||
modelServiceMapper.updateById(updateObj);
|
||||
}catch(Exception e){
|
||||
updateObj.setStatus(3);
|
||||
// updateObj.setStatus(3);
|
||||
modelServiceMapper.updateById(updateObj);
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user