Browse Source

update

pull/3035/head
chenshihai 2 years ago
parent
commit
8304ea2eeb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/repo/modelsafety/new.tmpl

+ 1
- 1
templates/repo/modelsafety/new.tmpl View File

@@ -352,7 +352,7 @@
})

;(function() {
var SPECS = {{ .benchmark_specs }} || {{ .Specs }};
var SPECS = {{ .train_specs }} || {{ .Specs }};
var showPoint = {{ .CloudBrainPaySwitch }};
window.renderSpecsSelect($('#__specs__'), SPECS, showPoint, {
gpu_memory: {{$.i18n.Tr "cloudbrain.gpu_memory"}},


Loading…
Cancel
Save