|
|
|
@@ -135,7 +135,7 @@ socket.onmessage = function (e) { |
|
|
|
html += recordPrefix + actionName; |
|
|
|
html += " <a href=\"" + getRepoLink(record) + "\" rel=\"nofollow\">" + getRepotext(record) + "</a>" |
|
|
|
} |
|
|
|
else if(record.OpType == "24" || record.OpType == "26" || record.OpType == "27" || record.OpType == "28" || record.OpType == "30"){ |
|
|
|
else if(record.OpType == "24" || record.OpType == "26" || record.OpType == "27" || record.OpType == "28" || record.OpType == "30" || record.OpType == "31"){ |
|
|
|
html += recordPrefix + actionName; |
|
|
|
html += " <a href=\"" + getTaskLink(record) + "\" rel=\"nofollow\">" + record.RefName + "</a>" |
|
|
|
} |
|
|
|
@@ -321,10 +321,11 @@ var actionNameZH={ |
|
|
|
"24":"上传了数据集文件", |
|
|
|
"25":"创建了CPU/GPU类型调试任务", |
|
|
|
"26":"创建了NPU类型调试任务", |
|
|
|
"27":"创建了训练任务", |
|
|
|
"27":"创建了NPU类型训练任务", |
|
|
|
"28":"创建了推理任务", |
|
|
|
"29":"创建了评测任务", |
|
|
|
"30":"导入了新模型" |
|
|
|
"30":"导入了新模型", |
|
|
|
"31":"创建了CPU/GPU类型训练任务" |
|
|
|
}; |
|
|
|
|
|
|
|
var actionNameEN={ |
|
|
|
@@ -346,10 +347,11 @@ var actionNameEN={ |
|
|
|
"24":" upload dataset ", |
|
|
|
"25":" created CPU/GPU type debugging task ", |
|
|
|
"26":" created NPU type debugging task ", |
|
|
|
"27":" created training task", |
|
|
|
"27":" created NPU type training task", |
|
|
|
"28":" created reasoning task", |
|
|
|
"29":" created profiling task", |
|
|
|
"30":" created new model" |
|
|
|
"30":" created new model", |
|
|
|
"31":" created CPU/GPU type training task", |
|
|
|
}; |
|
|
|
|
|
|
|
var repoAndOrgZH={ |
|
|
|
|