This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
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
Merge pull request '提交NPU调试任务通知代码。' (
#1546
) from zouap_static into V20220228
Reviewed-on:
https://git.openi.org.cn/OpenI/aiforge/pulls/1546
Reviewed-by: lewis <747342561@qq.com>
pull/1548/head
lewis
3 years ago
parent
fb9a208afb
66130b747a
commit
55e43e0c14
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/modelarts/modelarts.go
+ 1
- 1
modules/modelarts/modelarts.go
View File
@@ -313,7 +313,7 @@ func GenerateNotebook2(ctx *context.Context, jobName, uuid, description, flavor,
if err != nil {
if err != nil {
return err
return err
}
}
notification.NotifyOtherTask(ctx.User, ctx.Repo.Repository, jobResult.ID, jobName, models.ActionCreateDebugNPUTask)
return nil
return nil
}
}
Write
Preview
Loading…
Cancel
Save