Browse Source

Merge branch 'benchmark' of https://git.openi.org.cn/OpenI/aiforge into benchmark

pull/1405/head
zouap 3 years ago
parent
commit
c2d2f5ce24
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      modules/auth/cloudbrain.go

+ 2
- 0
modules/auth/cloudbrain.go View File

@@ -13,6 +13,8 @@ type CreateCloudBrainForm struct {
JobType string `form:"job_type" binding:"Required"`
BenchmarkCategory string `form:"get_benchmark_category"`
GpuType string `form:"gpu_type"`
TrainUrl string `form:"train_url"`
TestUrl string `form:"test_url"`
ResourceSpecId int `form:"resource_spec_id" binding:"Required"`
BenchmarkTypeID int `form:"benchmark_types_id"`
BenchmarkChildTypeID int `form:"benchmark_child_types_id"`


Loading…
Cancel
Save