|
|
|
@@ -73,7 +73,7 @@ |
|
|
|
{{else if eq .GetOpType 24}} |
|
|
|
{{$.i18n.Tr "action.upload_dataset" .GetRepoLink .Content .RefName | Str2html}} |
|
|
|
{{else if eq .GetOpType 25}} |
|
|
|
{{$.i18n.Tr "action.task_gpudebugjob" .GetRepoLink .RefName .RefName | Str2html}} |
|
|
|
{{$.i18n.Tr "action.task_gpudebugjob" .GetRepoLink .Content .RefName | Str2html}} |
|
|
|
{{else if eq .GetOpType 26}} |
|
|
|
{{$.i18n.Tr "action.task_npudebugjob" .GetRepoLink .Content .RefName | Str2html}} |
|
|
|
{{else if eq .GetOpType 27}} |
|
|
|
@@ -81,7 +81,7 @@ |
|
|
|
{{else if eq .GetOpType 28}} |
|
|
|
{{$.i18n.Tr "action.task_inferencejob" .GetRepoLink .Content .RefName | Str2html}} |
|
|
|
{{else if eq .GetOpType 29}} |
|
|
|
{{$.i18n.Tr "action.task_benchmark" .GetRepoLink .RefName .RefName | Str2html}} |
|
|
|
{{$.i18n.Tr "action.task_benchmark" .GetRepoLink .Content .RefName | Str2html}} |
|
|
|
{{else if eq .GetOpType 30}} |
|
|
|
{{$.i18n.Tr "action.task_createmodel" .GetRepoLink .RefName .RefName | Str2html}} |
|
|
|
{{end}} |
|
|
|
|