|
|
|
@@ -888,7 +888,7 @@ func RegisterRoutes(m *macaron.Macaron) { |
|
|
|
}) |
|
|
|
m.Group("/inference-job", func() { |
|
|
|
m.Group("/:jobid", func() { |
|
|
|
// m.Get("", repo.GetModelArtsInferenceJob) |
|
|
|
m.Get("", repo.GetModelArtsInferenceJob) |
|
|
|
m.Get("/log", repo.TrainJobGetLog) |
|
|
|
m.Post("/del_version", repo.DelTrainJobVersion) |
|
|
|
m.Post("/stop_version", repo.StopTrainJobVersion) |
|
|
|
|