|
|
|
@@ -951,7 +951,8 @@ export default { |
|
|
|
this.repoLink = $(".cloudbrain-type").data("repo-link"); |
|
|
|
if ( |
|
|
|
location.href.indexOf("benchmark") !== -1 || |
|
|
|
location.href.indexOf("train-job") !== -1 |
|
|
|
location.href.indexOf("train-job") !== -1 || |
|
|
|
location.href.indexOf("inference") !== -1 |
|
|
|
) { |
|
|
|
this.benchmarkNew = true; |
|
|
|
} |
|
|
|
|