This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
提交代码,解决下载日志问题。
Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.10.1^2
zouap
2 years ago
parent
8583a9e13c
commit
562cd524ce
1 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-2
routers/api/v1/repo/cloudbrain.go
+ 4
- 2
routers/api/v1/repo/cloudbrain.go
View File
@@ -496,8 +496,10 @@ func CloudbrainDownloadLogFile(ctx *context.Context) {
return
}
if job.JobType == string(models.JobTypeModelSafety) {
ModelSafetyDownloadLogFile(ctx)
return
if job.Type == models.TypeCloudBrainTwo {
ModelSafetyDownloadLogFile(ctx)
return
}
}
logDir := "/model"
Write
Preview
Loading…
Cancel
Save