Commit 10b1a159 authored by duanjinfei's avatar duanjinfei

update nil point

parent 34335621
......@@ -112,7 +112,7 @@ func (m *ModelHandler) MonitorModelInfo() {
modelInfo.IsRunning = true
modelInfo.GpuSeq = 1
default:
model.IsRunning = false
modelInfo.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