|
|
@@ -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) |
|
|
|
|
|
|
|