Commit 229f068f authored by duanjinfei's avatar duanjinfei

test

parent 277b20a4
......@@ -90,6 +90,7 @@ func (m *ModelHandler) MonitorModelInfo() {
model.IsRunning = true
model.GpuSeq = 1
default:
model.IsRunning = false
model.IsInstalled = true
model.GpuSeq = 999
}
......@@ -111,6 +112,7 @@ func (m *ModelHandler) MonitorModelInfo() {
modelInfo.IsRunning = true
modelInfo.GpuSeq = 1
default:
model.IsRunning = false
modelInfo.IsInstalled = true
modelInfo.GpuSeq = 999
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment