diff --git a/routers/repo/ai_model_convert.go b/routers/repo/ai_model_convert.go index 6f74df126..642c15cec 100644 --- a/routers/repo/ai_model_convert.go +++ b/routers/repo/ai_model_convert.go @@ -93,6 +93,7 @@ func createTrainJob(modelConvert *models.AiModelConvert, ctx *context.Context, m if modelConvert.SrcEngine == PYTORCH_ENGINE { codePath := setting.JobPath + modelConvert.ID + CodeMountPath + log.Info("Volume codePath=" + codePath) downloadCode(repo, codePath, DefaultBranchName)