Browse Source

提交diam

tags/v1.22.12.1^2
ychao_1983 3 years ago
parent
commit
aec163006f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/grampus/grampus.go

+ 1
- 1
modules/grampus/grampus.go View File

@@ -194,7 +194,7 @@ func GenerateNotebookJob(ctx *context.Context, req *GenerateNotebookJobReq) (job
Bucket: setting.Attachment.Minio.Bucket,
EndPoint: setting.Attachment.Minio.Endpoint,
ReadOnly: false,
ObjectKey: req.ModelPath + "README",
ObjectKey: req.ModelPath,
ContainerPath: cloudbrain.ModelMountPath,
})



Loading…
Cancel
Save