Commit 5f034d65 authored by vicotor's avatar vicotor

update info

parent ae981792
......@@ -320,6 +320,7 @@ func (m *ModelStatus) GetStatus() ModelStatusType {
type ModelsInfo struct {
InstalledModels []*InstalledModel `protobuf:"bytes,1,rep,name=installed_models,json=installedModels,proto3" json:"installed_models,omitempty"`
RunningModels []*RunningModel `protobuf:"bytes,2,rep,name=running_models,json=runningModels,proto3" json:"running_models,omitempty"`
WaitToInstallModels []*WaitToInstallModel `protobuf:"bytes,3,rep,name=wait_to_install_models,json=waitToInstallModels,proto3" json:"wait_to_install_models,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
......@@ -363,6 +364,13 @@ func (m *ModelsInfo) GetRunningModels() []*RunningModel {
return nil
}
func (m *ModelsInfo) GetWaitToInstallModels() []*WaitToInstallModel {
if m != nil {
return m.WaitToInstallModels
}
return nil
}
type InstalledModel struct {
ModelId string `protobuf:"bytes,1,opt,name=model_id,json=modelId,proto3" json:"model_id,omitempty"`
DiskSize int64 `protobuf:"varint,2,opt,name=disk_size,json=diskSize,proto3" json:"disk_size,omitempty"`
......@@ -471,6 +479,44 @@ func (m *InstalledModelStatus) GetLastRunTime() int64 {
return 0
}
type WaitToInstallModel struct {
ModelId string `protobuf:"bytes,1,opt,name=model_id,json=modelId,proto3" json:"model_id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *WaitToInstallModel) Reset() { *m = WaitToInstallModel{} }
func (m *WaitToInstallModel) String() string { return proto.CompactTextString(m) }
func (*WaitToInstallModel) ProtoMessage() {}
func (*WaitToInstallModel) Descriptor() ([]byte, []int) {
return fileDescriptor_82b654ab87a55cf9, []int{7}
}
func (m *WaitToInstallModel) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_WaitToInstallModel.Unmarshal(m, b)
}
func (m *WaitToInstallModel) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_WaitToInstallModel.Marshal(b, m, deterministic)
}
func (m *WaitToInstallModel) XXX_Merge(src proto.Message) {
xxx_messageInfo_WaitToInstallModel.Merge(m, src)
}
func (m *WaitToInstallModel) XXX_Size() int {
return xxx_messageInfo_WaitToInstallModel.Size(m)
}
func (m *WaitToInstallModel) XXX_DiscardUnknown() {
xxx_messageInfo_WaitToInstallModel.DiscardUnknown(m)
}
var xxx_messageInfo_WaitToInstallModel proto.InternalMessageInfo
func (m *WaitToInstallModel) GetModelId() string {
if m != nil {
return m.ModelId
}
return ""
}
type RunningModel struct {
ModelId string `protobuf:"bytes,1,opt,name=model_id,json=modelId,proto3" json:"model_id,omitempty"`
GpuSeq int32 `protobuf:"varint,2,opt,name=gpu_seq,json=gpuSeq,proto3" json:"gpu_seq,omitempty"`
......@@ -488,7 +534,7 @@ func (m *RunningModel) Reset() { *m = RunningModel{} }
func (m *RunningModel) String() string { return proto.CompactTextString(m) }
func (*RunningModel) ProtoMessage() {}
func (*RunningModel) Descriptor() ([]byte, []int) {
return fileDescriptor_82b654ab87a55cf9, []int{7}
return fileDescriptor_82b654ab87a55cf9, []int{8}
}
func (m *RunningModel) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_RunningModel.Unmarshal(m, b)
......@@ -571,7 +617,7 @@ func (m *RunningModelStatus) Reset() { *m = RunningModelStatus{} }
func (m *RunningModelStatus) String() string { return proto.CompactTextString(m) }
func (*RunningModelStatus) ProtoMessage() {}
func (*RunningModelStatus) Descriptor() ([]byte, []int) {
return fileDescriptor_82b654ab87a55cf9, []int{8}
return fileDescriptor_82b654ab87a55cf9, []int{9}
}
func (m *RunningModelStatus) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_RunningModelStatus.Unmarshal(m, b)
......@@ -634,7 +680,7 @@ func (m *HardwareInfo) Reset() { *m = HardwareInfo{} }
func (m *HardwareInfo) String() string { return proto.CompactTextString(m) }
func (*HardwareInfo) ProtoMessage() {}
func (*HardwareInfo) Descriptor() ([]byte, []int) {
return fileDescriptor_82b654ab87a55cf9, []int{9}
return fileDescriptor_82b654ab87a55cf9, []int{10}
}
func (m *HardwareInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_HardwareInfo.Unmarshal(m, b)
......@@ -703,7 +749,7 @@ func (m *HardwareUsage) Reset() { *m = HardwareUsage{} }
func (m *HardwareUsage) String() string { return proto.CompactTextString(m) }
func (*HardwareUsage) ProtoMessage() {}
func (*HardwareUsage) Descriptor() ([]byte, []int) {
return fileDescriptor_82b654ab87a55cf9, []int{10}
return fileDescriptor_82b654ab87a55cf9, []int{11}
}
func (m *HardwareUsage) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_HardwareUsage.Unmarshal(m, b)
......@@ -766,7 +812,7 @@ func (m *GPUUsage) Reset() { *m = GPUUsage{} }
func (m *GPUUsage) String() string { return proto.CompactTextString(m) }
func (*GPUUsage) ProtoMessage() {}
func (*GPUUsage) Descriptor() ([]byte, []int) {
return fileDescriptor_82b654ab87a55cf9, []int{11}
return fileDescriptor_82b654ab87a55cf9, []int{12}
}
func (m *GPUUsage) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GPUUsage.Unmarshal(m, b)
......@@ -836,7 +882,7 @@ func (m *CPUInfo) Reset() { *m = CPUInfo{} }
func (m *CPUInfo) String() string { return proto.CompactTextString(m) }
func (*CPUInfo) ProtoMessage() {}
func (*CPUInfo) Descriptor() ([]byte, []int) {
return fileDescriptor_82b654ab87a55cf9, []int{12}
return fileDescriptor_82b654ab87a55cf9, []int{13}
}
func (m *CPUInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CPUInfo.Unmarshal(m, b)
......@@ -911,7 +957,7 @@ func (m *GPUInfo) Reset() { *m = GPUInfo{} }
func (m *GPUInfo) String() string { return proto.CompactTextString(m) }
func (*GPUInfo) ProtoMessage() {}
func (*GPUInfo) Descriptor() ([]byte, []int) {
return fileDescriptor_82b654ab87a55cf9, []int{13}
return fileDescriptor_82b654ab87a55cf9, []int{14}
}
func (m *GPUInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GPUInfo.Unmarshal(m, b)
......@@ -1013,7 +1059,7 @@ func (m *MemoryInfo) Reset() { *m = MemoryInfo{} }
func (m *MemoryInfo) String() string { return proto.CompactTextString(m) }
func (*MemoryInfo) ProtoMessage() {}
func (*MemoryInfo) Descriptor() ([]byte, []int) {
return fileDescriptor_82b654ab87a55cf9, []int{14}
return fileDescriptor_82b654ab87a55cf9, []int{15}
}
func (m *MemoryInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_MemoryInfo.Unmarshal(m, b)
......@@ -1059,7 +1105,7 @@ func (m *DiskInfo) Reset() { *m = DiskInfo{} }
func (m *DiskInfo) String() string { return proto.CompactTextString(m) }
func (*DiskInfo) ProtoMessage() {}
func (*DiskInfo) Descriptor() ([]byte, []int) {
return fileDescriptor_82b654ab87a55cf9, []int{15}
return fileDescriptor_82b654ab87a55cf9, []int{16}
}
func (m *DiskInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_DiskInfo.Unmarshal(m, b)
......@@ -1106,7 +1152,7 @@ func (m *NetInfo) Reset() { *m = NetInfo{} }
func (m *NetInfo) String() string { return proto.CompactTextString(m) }
func (*NetInfo) ProtoMessage() {}
func (*NetInfo) Descriptor() ([]byte, []int) {
return fileDescriptor_82b654ab87a55cf9, []int{16}
return fileDescriptor_82b654ab87a55cf9, []int{17}
}
func (m *NetInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_NetInfo.Unmarshal(m, b)
......@@ -1157,6 +1203,7 @@ func init() {
proto.RegisterType((*ModelsInfo)(nil), "nodemanager.v2.ModelsInfo")
proto.RegisterType((*InstalledModel)(nil), "nodemanager.v2.InstalledModel")
proto.RegisterType((*InstalledModelStatus)(nil), "nodemanager.v2.InstalledModelStatus")
proto.RegisterType((*WaitToInstallModel)(nil), "nodemanager.v2.WaitToInstallModel")
proto.RegisterType((*RunningModel)(nil), "nodemanager.v2.RunningModel")
proto.RegisterType((*RunningModelStatus)(nil), "nodemanager.v2.RunningModelStatus")
proto.RegisterType((*HardwareInfo)(nil), "nodemanager.v2.HardwareInfo")
......@@ -1172,83 +1219,86 @@ func init() {
func init() { proto.RegisterFile("nodemanager/v2/resource.proto", fileDescriptor_82b654ab87a55cf9) }
var fileDescriptor_82b654ab87a55cf9 = []byte{
// 1244 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x56, 0x5b, 0x6f, 0xe3, 0x44,
0x14, 0x5e, 0xdb, 0x49, 0x9d, 0x9e, 0x5c, 0x6a, 0x8d, 0x56, 0x6c, 0x58, 0x76, 0xa1, 0x98, 0x5b,
0x59, 0x2d, 0x8d, 0x14, 0x10, 0x48, 0x8b, 0x84, 0xd4, 0x4b, 0x28, 0x11, 0x5b, 0x37, 0x72, 0x92,
0xb2, 0x42, 0x2b, 0x45, 0x13, 0x7b, 0x9a, 0xb5, 0x1a, 0x5f, 0x76, 0x66, 0xbc, 0xa5, 0x2b, 0x78,
0xe6, 0x89, 0x27, 0xde, 0x10, 0x4f, 0x3c, 0xf2, 0x53, 0x90, 0xf8, 0x13, 0xbc, 0x20, 0xe0, 0x4f,
0xa0, 0xb9, 0xb8, 0x71, 0xd2, 0xee, 0x16, 0xde, 0xe6, 0x7c, 0xe7, 0xf8, 0x3b, 0xdf, 0xb9, 0x8c,
0x6d, 0xb8, 0x9b, 0xa4, 0x21, 0x89, 0x71, 0x82, 0x67, 0x84, 0x76, 0x9e, 0x75, 0x3b, 0x94, 0xb0,
0x34, 0xa7, 0x01, 0xd9, 0xce, 0x68, 0xca, 0x53, 0xd4, 0x2a, 0xb9, 0xb7, 0x9f, 0x75, 0xdd, 0x19,
0x6c, 0x78, 0x69, 0x48, 0x0e, 0x15, 0xd2, 0x4f, 0x4e, 0x52, 0x74, 0x07, 0xd6, 0xb3, 0x7c, 0x3a,
0x8f, 0x82, 0x53, 0x72, 0xde, 0x36, 0x36, 0x8d, 0xad, 0x75, 0x7f, 0x01, 0xa0, 0xdb, 0x50, 0x23,
0x49, 0x98, 0xa5, 0x51, 0xc2, 0xdb, 0xa6, 0x74, 0x5e, 0xd8, 0xc2, 0x37, 0x4f, 0x03, 0xcc, 0xa3,
0x34, 0x69, 0x5b, 0xca, 0x57, 0xd8, 0xee, 0x31, 0xd4, 0x44, 0x22, 0x99, 0xe1, 0x4d, 0x68, 0xc4,
0x51, 0x42, 0xe8, 0x24, 0xcb, 0xa7, 0x8b, 0x24, 0x75, 0x89, 0x0d, 0x24, 0x84, 0xde, 0x83, 0x8d,
0x29, 0x49, 0xc8, 0x49, 0xc4, 0x27, 0x38, 0x0c, 0x29, 0x61, 0x4c, 0x67, 0x6b, 0x69, 0x78, 0x47,
0xa1, 0xee, 0x9f, 0x06, 0x34, 0x0e, 0xd3, 0x90, 0xcc, 0x8f, 0x32, 0x42, 0x31, 0x27, 0xe8, 0x55,
0xa8, 0xc5, 0xc2, 0x9e, 0x44, 0xa1, 0x26, 0xb6, 0xa5, 0xdd, 0x0f, 0xd1, 0x5d, 0x80, 0x28, 0xc6,
0x33, 0x32, 0x49, 0x70, 0x4c, 0x34, 0xdf, 0xba, 0x44, 0x3c, 0x1c, 0x13, 0x21, 0x3f, 0x67, 0x84,
0x4a, 0xa7, 0x96, 0x5f, 0xd8, 0xc2, 0x97, 0x61, 0xc6, 0xce, 0x52, 0x1a, 0xb6, 0x2b, 0xca, 0x57,
0xd8, 0xc8, 0x01, 0x2b, 0x88, 0xc3, 0x76, 0x55, 0xc2, 0xe2, 0x88, 0x1e, 0x80, 0x9d, 0x2a, 0x39,
0xed, 0xb5, 0x4d, 0x63, 0xab, 0xd5, 0xdd, 0xdc, 0x5e, 0xee, 0xfb, 0x76, 0x59, 0xf2, 0xe8, 0x3c,
0x23, 0x7e, 0xf1, 0x00, 0xba, 0x05, 0xf6, 0x2c, 0xcb, 0x27, 0x8c, 0x3c, 0x6d, 0xdb, 0x9b, 0xc6,
0x56, 0xd5, 0x5f, 0x9b, 0x65, 0xf9, 0x90, 0x3c, 0x75, 0x31, 0xd4, 0xe5, 0x53, 0x43, 0x8e, 0x79,
0xce, 0x5e, 0x56, 0xe7, 0x27, 0xb0, 0xc6, 0x64, 0x90, 0xac, 0xb1, 0xd5, 0x7d, 0xe3, 0xca, 0xec,
0x8a, 0x47, 0x26, 0xd7, 0xe1, 0xee, 0xcf, 0x06, 0x80, 0xf4, 0x31, 0x39, 0xa7, 0x3e, 0x38, 0x51,
0xc2, 0x38, 0x9e, 0xcf, 0x49, 0x38, 0x91, 0xe4, 0xac, 0x6d, 0x6c, 0x5a, 0x5b, 0xf5, 0xee, 0xeb,
0xab, 0x8c, 0xfd, 0x22, 0x4e, 0x3e, 0xee, 0x6f, 0x44, 0x4b, 0x36, 0x43, 0x7b, 0xd0, 0xa2, 0x79,
0x92, 0x44, 0xc9, 0xac, 0x20, 0x32, 0x25, 0xd1, 0x9d, 0x55, 0x22, 0x5f, 0x45, 0x29, 0x9a, 0x26,
0x2d, 0x59, 0xcc, 0xfd, 0xd1, 0x80, 0xd6, 0x72, 0xa2, 0x97, 0x75, 0xe1, 0x35, 0x58, 0x0f, 0x23,
0x76, 0x3a, 0x61, 0xd1, 0x73, 0x35, 0x6c, 0xcb, 0xaf, 0x09, 0x60, 0x18, 0x3d, 0x27, 0xe8, 0x1d,
0x68, 0x2d, 0x4a, 0xe3, 0x91, 0x9e, 0xb8, 0xe5, 0x37, 0x2f, 0xd0, 0x51, 0x14, 0x13, 0xe4, 0x42,
0x73, 0x8e, 0x19, 0x9f, 0xd0, 0x3c, 0x51, 0x51, 0x15, 0x19, 0x55, 0x17, 0xa0, 0x9f, 0x27, 0x22,
0xc6, 0x1d, 0xc3, 0xcd, 0x65, 0x51, 0xd7, 0x0f, 0xe8, 0x12, 0xad, 0x79, 0x99, 0xf6, 0x2f, 0x03,
0x1a, 0xe5, 0x66, 0xbc, 0x8c, 0xaf, 0xb4, 0x33, 0x66, 0x79, 0x67, 0x0a, 0x07, 0xc5, 0xb1, 0xae,
0x4f, 0x38, 0x7c, 0x1c, 0x8b, 0x2b, 0xc8, 0x38, 0xa6, 0xbc, 0xa8, 0x5e, 0xd7, 0xa5, 0x31, 0x59,
0xfb, 0xdb, 0xd0, 0x92, 0x22, 0xcf, 0x52, 0x7a, 0xaa, 0x82, 0xaa, 0x32, 0xa8, 0x21, 0xd0, 0xaf,
0x52, 0x7a, 0x2a, 0xa3, 0xde, 0x85, 0x0d, 0x9e, 0x72, 0x3c, 0x97, 0xb5, 0x04, 0x69, 0x9e, 0x70,
0xb9, 0xf2, 0x55, 0xbf, 0x29, 0x61, 0x3f, 0x4f, 0xf6, 0x04, 0x28, 0xa6, 0x41, 0xbe, 0x21, 0x81,
0x22, 0x52, 0x8b, 0x5d, 0x13, 0x80, 0xac, 0xf5, 0x27, 0x03, 0x50, 0xb9, 0xd6, 0xeb, 0x3b, 0x78,
0x59, 0x9c, 0xf9, 0xdf, 0xc4, 0x59, 0xd7, 0x8a, 0xab, 0xac, 0x88, 0xfb, 0xc7, 0x80, 0xc6, 0x17,
0x98, 0x86, 0x67, 0x98, 0xaa, 0xd7, 0xd7, 0xfb, 0x60, 0xed, 0x0d, 0xc6, 0x52, 0x51, 0xbd, 0x7b,
0x6b, 0x75, 0x81, 0xf7, 0x06, 0x63, 0x11, 0xe5, 0x8b, 0x18, 0x11, 0x7a, 0x30, 0x18, 0xeb, 0x5d,
0xbf, 0x14, 0x7a, 0x50, 0x84, 0x1e, 0x0c, 0xc6, 0xe8, 0x3e, 0x58, 0xfe, 0xce, 0xa1, 0xd4, 0x57,
0xef, 0xde, 0xbe, 0x74, 0x63, 0x49, 0x9c, 0xd2, 0x73, 0x15, 0xed, 0xef, 0x1c, 0xa2, 0xfb, 0x50,
0xd9, 0xef, 0x0f, 0xbf, 0x94, 0x62, 0xeb, 0xdd, 0xf6, 0x6a, 0xf8, 0x7e, 0xc4, 0x4e, 0x65, 0xb0,
0x8c, 0x12, 0x32, 0xbc, 0xde, 0x48, 0xce, 0xef, 0x0a, 0x19, 0x1e, 0xe1, 0x8a, 0xd8, 0xeb, 0x8d,
0xdc, 0x1f, 0x0c, 0x68, 0x16, 0xd5, 0x8e, 0x19, 0x9e, 0x11, 0xd1, 0x9c, 0x20, 0xcb, 0x27, 0xb9,
0x30, 0x64, 0xd1, 0x55, 0xbf, 0x16, 0x64, 0xf9, 0x85, 0x93, 0xe2, 0x58, 0x3b, 0xd5, 0xee, 0xd5,
0x28, 0x8e, 0x95, 0xf3, 0x2e, 0x80, 0xbc, 0x81, 0xca, 0xab, 0x3a, 0x2f, 0xef, 0xa4, 0x72, 0xbf,
0x05, 0xcd, 0x84, 0xf0, 0xc9, 0x14, 0x27, 0xe1, 0x59, 0x14, 0xf2, 0x27, 0xba, 0xf3, 0x8d, 0x84,
0xf0, 0xdd, 0x02, 0x73, 0xbf, 0x85, 0xda, 0xc1, 0x60, 0xac, 0x1e, 0x70, 0xc0, 0x12, 0x2b, 0xae,
0x34, 0x88, 0xa3, 0xdc, 0x10, 0x12, 0x4f, 0x4e, 0x28, 0x29, 0x16, 0xc0, 0x8e, 0x49, 0xfc, 0x39,
0x25, 0x04, 0xdd, 0x84, 0x6a, 0x39, 0xaf, 0x32, 0x10, 0x82, 0x0a, 0x27, 0x71, 0xa6, 0x53, 0xc9,
0xb3, 0x20, 0xc9, 0xd2, 0x33, 0x42, 0x27, 0x94, 0xcb, 0x16, 0x55, 0x7d, 0x5b, 0xda, 0x3e, 0x77,
0xbf, 0x03, 0x5b, 0xcf, 0x53, 0xf0, 0xc9, 0xe5, 0xd3, 0x9b, 0xa8, 0x0c, 0xf4, 0x0a, 0xac, 0x25,
0x79, 0x3c, 0x25, 0xb4, 0xb8, 0x78, 0xca, 0x12, 0xd1, 0x41, 0x4a, 0x09, 0x2b, 0xb2, 0x4b, 0x03,
0xb5, 0xc1, 0xe6, 0x4f, 0x28, 0xc1, 0x21, 0xd3, 0x02, 0x0a, 0x73, 0xa1, 0xb6, 0x5a, 0x52, 0xeb,
0x7e, 0x6f, 0x82, 0xad, 0x97, 0xe4, 0x8a, 0xe2, 0x11, 0x54, 0xf2, 0x3c, 0x0a, 0xf5, 0x87, 0x4c,
0x9e, 0x17, 0x2a, 0xad, 0xb2, 0xca, 0x4d, 0xa8, 0x67, 0x84, 0x9e, 0xa4, 0x34, 0xc6, 0x49, 0x50,
0x6c, 0x78, 0x19, 0x12, 0xef, 0x03, 0xdd, 0x03, 0xcc, 0xa3, 0x64, 0xa6, 0x65, 0xd4, 0x55, 0x1f,
0x24, 0x24, 0x46, 0x2d, 0x7a, 0x2d, 0x6f, 0x8e, 0xbc, 0xe3, 0x96, 0x2f, 0x9a, 0x3f, 0x12, 0xf6,
0xd2, 0x20, 0xec, 0x17, 0x0c, 0xa2, 0x76, 0xd5, 0x20, 0xd6, 0x5f, 0x30, 0x08, 0x58, 0x1e, 0xc4,
0xc7, 0x00, 0x8b, 0x2b, 0x20, 0x28, 0x95, 0x0c, 0x43, 0xa6, 0x52, 0x86, 0xa0, 0x2c, 0x2d, 0x82,
0x3c, 0xbb, 0x1f, 0x41, 0xad, 0xb8, 0x0b, 0xff, 0xe3, 0xa9, 0x3e, 0xd8, 0xfa, 0x52, 0xa0, 0x16,
0x98, 0x51, 0xa6, 0x67, 0x6e, 0x46, 0x99, 0x18, 0x43, 0x8c, 0x03, 0xdd, 0x73, 0x71, 0x14, 0xff,
0x4b, 0x8b, 0x15, 0xd6, 0x4b, 0x7e, 0x01, 0xdc, 0xfb, 0x0c, 0x9c, 0xd5, 0x6f, 0x3d, 0xaa, 0x83,
0xdd, 0xf7, 0x86, 0xa3, 0x9d, 0x87, 0x0f, 0x9d, 0x1b, 0x08, 0x60, 0x6d, 0xbf, 0xf7, 0xb0, 0x37,
0xea, 0x39, 0x06, 0xb2, 0xc1, 0xf2, 0xc7, 0x9e, 0x63, 0xa2, 0x1a, 0x54, 0x86, 0xa3, 0xa3, 0x81,
0x63, 0xdd, 0x1b, 0xc3, 0xc6, 0xca, 0xd7, 0x1a, 0x35, 0xa0, 0xe6, 0x1d, 0x8d, 0x7a, 0x8f, 0xfa,
0xc3, 0x91, 0x73, 0x03, 0x35, 0x61, 0x5d, 0x93, 0xf5, 0xf6, 0x1d, 0x43, 0x70, 0x2b, 0xba, 0x7d,
0xc7, 0x14, 0x86, 0x3f, 0xf6, 0xbc, 0xbe, 0x77, 0xe0, 0x58, 0xc2, 0x10, 0x9c, 0x83, 0xde, 0xbe,
0x53, 0xd9, 0xfd, 0xdd, 0x00, 0x14, 0xa4, 0xf1, 0xca, 0xab, 0x60, 0xb7, 0xe9, 0xeb, 0xdf, 0xc5,
0x81, 0xf8, 0x5b, 0x1c, 0x18, 0x5f, 0x1f, 0xcd, 0x22, 0xfe, 0x24, 0x9f, 0x6e, 0x07, 0x69, 0xdc,
0x49, 0xc3, 0x73, 0xc6, 0x48, 0xce, 0x2e, 0x0e, 0x1f, 0xc8, 0x7f, 0xca, 0x20, 0x9d, 0x77, 0x66,
0x24, 0xe9, 0x48, 0xa3, 0x33, 0x4b, 0x3b, 0xcb, 0x7f, 0xa0, 0x9f, 0x96, 0xcc, 0x67, 0xdd, 0x5f,
0x4c, 0xcb, 0x7b, 0xf4, 0xe8, 0x57, 0xb3, 0xe5, 0x95, 0x12, 0x1f, 0x77, 0x7f, 0x5b, 0x02, 0x1e,
0x1f, 0x77, 0xff, 0x30, 0x6f, 0x2f, 0x03, 0x8f, 0x0f, 0x06, 0xbb, 0x87, 0x84, 0xe3, 0x10, 0x73,
0xfc, 0xb7, 0xb9, 0x51, 0x72, 0x3e, 0x78, 0x70, 0xdc, 0x9d, 0xae, 0xc9, 0xec, 0x1f, 0xfe, 0x1b,
0x00, 0x00, 0xff, 0xff, 0x7d, 0x57, 0x4d, 0xb4, 0xff, 0x0a, 0x00, 0x00,
// 1288 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x56, 0x4b, 0x6f, 0xdb, 0xc6,
0x16, 0x0e, 0x49, 0xc9, 0x92, 0x8f, 0x1e, 0x16, 0xe6, 0x06, 0x89, 0x6e, 0x6e, 0x72, 0xaf, 0x2f,
0xfb, 0x72, 0x83, 0xd4, 0x02, 0xd4, 0xa2, 0x05, 0x52, 0xa0, 0x80, 0x1f, 0xaa, 0x2b, 0x34, 0xa6,
0x05, 0x4a, 0x72, 0x82, 0x22, 0x00, 0x31, 0x22, 0xc7, 0x0a, 0x61, 0x91, 0xc3, 0x0c, 0x87, 0x51,
0x1d, 0xb4, 0xeb, 0xae, 0xba, 0xea, 0xae, 0xcb, 0x2e, 0xfb, 0x53, 0x0a, 0xf4, 0x4f, 0x74, 0x53,
0xb4, 0x5d, 0x77, 0x5f, 0xcc, 0x83, 0x16, 0x25, 0x39, 0x4e, 0xbb, 0x9b, 0xf3, 0x9d, 0xa3, 0xef,
0x7c, 0x73, 0x1e, 0xd4, 0xc0, 0xbd, 0x98, 0x06, 0x24, 0xc2, 0x31, 0x9e, 0x12, 0xd6, 0x79, 0xd1,
0xed, 0x30, 0x92, 0xd2, 0x8c, 0xf9, 0x64, 0x37, 0x61, 0x94, 0x53, 0xd4, 0x2c, 0xb8, 0x77, 0x5f,
0x74, 0xed, 0x29, 0x6c, 0x39, 0x34, 0x20, 0xc7, 0x0a, 0xe9, 0xc7, 0x67, 0x14, 0xdd, 0x85, 0xcd,
0x24, 0x9b, 0xcc, 0x42, 0xff, 0x9c, 0x5c, 0xb4, 0x8d, 0x6d, 0x63, 0x67, 0xd3, 0x5d, 0x00, 0xe8,
0x0e, 0x54, 0x49, 0x1c, 0x24, 0x34, 0x8c, 0x79, 0xdb, 0x94, 0xce, 0x4b, 0x5b, 0xf8, 0x66, 0xd4,
0xc7, 0x3c, 0xa4, 0x71, 0xdb, 0x52, 0xbe, 0xdc, 0xb6, 0x4f, 0xa1, 0x2a, 0x12, 0xc9, 0x0c, 0xff,
0x87, 0x7a, 0x14, 0xc6, 0x84, 0x79, 0x49, 0x36, 0x59, 0x24, 0xa9, 0x49, 0x6c, 0x20, 0x21, 0xf4,
0x0e, 0x6c, 0x4d, 0x48, 0x4c, 0xce, 0x42, 0xee, 0xe1, 0x20, 0x60, 0x24, 0x4d, 0x75, 0xb6, 0xa6,
0x86, 0xf7, 0x14, 0x6a, 0xff, 0x6a, 0x40, 0xfd, 0x98, 0x06, 0x64, 0x76, 0x92, 0x10, 0x86, 0x39,
0x41, 0xff, 0x86, 0x6a, 0x24, 0x6c, 0x2f, 0x0c, 0x34, 0x71, 0x45, 0xda, 0xfd, 0x00, 0xdd, 0x03,
0x08, 0x23, 0x3c, 0x25, 0x5e, 0x8c, 0x23, 0xa2, 0xf9, 0x36, 0x25, 0xe2, 0xe0, 0x88, 0x08, 0xf9,
0x59, 0x4a, 0x98, 0x74, 0x6a, 0xf9, 0xb9, 0x2d, 0x7c, 0x09, 0x4e, 0xd3, 0x39, 0x65, 0x41, 0xbb,
0xa4, 0x7c, 0xb9, 0x8d, 0x5a, 0x60, 0xf9, 0x51, 0xd0, 0x2e, 0x4b, 0x58, 0x1c, 0xd1, 0x43, 0xa8,
0x50, 0x25, 0xa7, 0xbd, 0xb1, 0x6d, 0xec, 0x34, 0xbb, 0xdb, 0xbb, 0xcb, 0x75, 0xdf, 0x2d, 0x4a,
0x1e, 0x5d, 0x24, 0xc4, 0xcd, 0x7f, 0x80, 0x6e, 0x43, 0x65, 0x9a, 0x64, 0x5e, 0x4a, 0x9e, 0xb7,
0x2b, 0xdb, 0xc6, 0x4e, 0xd9, 0xdd, 0x98, 0x26, 0xd9, 0x90, 0x3c, 0xb7, 0x31, 0xd4, 0xe4, 0xaf,
0x86, 0x1c, 0xf3, 0x2c, 0xbd, 0xee, 0x9e, 0x1f, 0xc1, 0x46, 0x2a, 0x83, 0xe4, 0x1d, 0x9b, 0xdd,
0xff, 0x5d, 0x99, 0x5d, 0xf1, 0xc8, 0xe4, 0x3a, 0xdc, 0xfe, 0xd3, 0x00, 0x90, 0xbe, 0x54, 0xf6,
0xa9, 0x0f, 0xad, 0x30, 0x4e, 0x39, 0x9e, 0xcd, 0x48, 0xe0, 0x49, 0xf2, 0xb4, 0x6d, 0x6c, 0x5b,
0x3b, 0xb5, 0xee, 0x7f, 0x57, 0x19, 0xfb, 0x79, 0x9c, 0xfc, 0xb9, 0xbb, 0x15, 0x2e, 0xd9, 0x29,
0x3a, 0x80, 0x26, 0xcb, 0xe2, 0x38, 0x8c, 0xa7, 0x39, 0x91, 0x29, 0x89, 0xee, 0xae, 0x12, 0xb9,
0x2a, 0x4a, 0xd1, 0x34, 0x58, 0xc1, 0x4a, 0xd1, 0x63, 0xb8, 0x35, 0xc7, 0x21, 0xf7, 0x38, 0xf5,
0x34, 0x7f, 0x4e, 0x66, 0x49, 0x32, 0x7b, 0x95, 0xec, 0x31, 0x0e, 0xf9, 0x88, 0x6a, 0x6d, 0x8a,
0xf2, 0x5f, 0xf3, 0x35, 0x2c, 0xb5, 0xbf, 0x33, 0xa0, 0xb9, 0x7c, 0x83, 0xeb, 0xca, 0xfb, 0x1f,
0xd8, 0x0c, 0xc2, 0xf4, 0xdc, 0x4b, 0xc3, 0x97, 0x6a, 0x8a, 0x2c, 0xb7, 0x2a, 0x80, 0x61, 0xf8,
0x92, 0xa0, 0xb7, 0xa0, 0xb9, 0xa8, 0x19, 0x0f, 0xf5, 0x28, 0x59, 0x6e, 0xe3, 0x12, 0x1d, 0x85,
0x11, 0x41, 0x36, 0x34, 0x66, 0x38, 0xe5, 0x1e, 0xcb, 0x62, 0x15, 0x55, 0x92, 0x51, 0x35, 0x01,
0xba, 0x59, 0x2c, 0x62, 0xec, 0x31, 0xdc, 0x5c, 0x16, 0xf5, 0xfa, 0xce, 0xaf, 0xd1, 0x9a, 0xeb,
0xb4, 0x1d, 0x40, 0xeb, 0x75, 0xb9, 0x86, 0xd4, 0xfe, 0xcd, 0x80, 0x7a, 0xb1, 0x2d, 0xd7, 0x09,
0x28, 0x4c, 0xaf, 0x59, 0x9c, 0xde, 0xdc, 0xc1, 0x70, 0xa4, 0x0b, 0x22, 0x1c, 0x2e, 0x8e, 0xc4,
0xc7, 0x20, 0xe5, 0x98, 0xf1, 0xbc, 0x5c, 0xba, 0x10, 0x1a, 0x93, 0xc5, 0x7a, 0x13, 0x9a, 0xf2,
0x56, 0x73, 0xca, 0xce, 0x55, 0x50, 0x59, 0x06, 0xd5, 0x05, 0xfa, 0x98, 0xb2, 0x73, 0x19, 0xf5,
0x36, 0x6c, 0x71, 0xca, 0xf1, 0x4c, 0x5e, 0xde, 0xa7, 0x59, 0xcc, 0xe5, 0xf2, 0x95, 0xdd, 0x86,
0x84, 0xdd, 0x2c, 0x3e, 0x10, 0xa0, 0x68, 0x1f, 0xf9, 0x92, 0xf8, 0x8a, 0x48, 0xad, 0x58, 0x55,
0x00, 0xb2, 0x38, 0xdf, 0x1b, 0x80, 0x8a, 0x77, 0x7d, 0x7d, 0xc9, 0xd7, 0xc5, 0x99, 0x7f, 0x4f,
0x9c, 0xf5, 0x5a, 0x71, 0xa5, 0x15, 0x71, 0x7f, 0x18, 0x50, 0xff, 0x0c, 0xb3, 0x60, 0x8e, 0x99,
0xfa, 0x90, 0xbe, 0x0b, 0xd6, 0xc1, 0x60, 0x2c, 0x15, 0xd5, 0xba, 0xb7, 0x57, 0xa7, 0xff, 0x60,
0x30, 0x16, 0x51, 0xae, 0x88, 0x11, 0xa1, 0x47, 0x83, 0xb1, 0xde, 0xba, 0xb5, 0xd0, 0xa3, 0x3c,
0xf4, 0x68, 0x30, 0x46, 0x0f, 0xc0, 0x72, 0xf7, 0x8e, 0xa5, 0xbe, 0x5a, 0xf7, 0xce, 0xda, 0xb7,
0x83, 0x44, 0x94, 0x5d, 0xa8, 0x68, 0x77, 0xef, 0x18, 0x3d, 0x80, 0xd2, 0x61, 0x7f, 0xf8, 0xb9,
0x14, 0x5b, 0xeb, 0xb6, 0x57, 0xc3, 0x0f, 0xc3, 0xf4, 0x5c, 0x06, 0xcb, 0x28, 0x21, 0xc3, 0xe9,
0x8d, 0x64, 0xff, 0xae, 0x90, 0xe1, 0x10, 0xae, 0x88, 0x9d, 0xde, 0xc8, 0xfe, 0xd6, 0x80, 0x46,
0x7e, 0xdb, 0x71, 0x8a, 0xa7, 0x44, 0x14, 0xc7, 0x4f, 0x32, 0x2f, 0x13, 0x86, 0xbc, 0x74, 0xd9,
0xad, 0xfa, 0x49, 0x76, 0xe9, 0x64, 0x38, 0xd2, 0x4e, 0x35, 0x7b, 0x55, 0x86, 0x23, 0xe5, 0xbc,
0x07, 0x20, 0x57, 0x56, 0x79, 0x55, 0xe5, 0xe5, 0x12, 0x2b, 0xf7, 0x1b, 0xd0, 0x88, 0x09, 0xf7,
0x26, 0x38, 0x0e, 0xe6, 0x61, 0xc0, 0x9f, 0xe9, 0xca, 0xd7, 0x63, 0xc2, 0xf7, 0x73, 0xcc, 0xfe,
0x0a, 0xaa, 0x47, 0x83, 0xb1, 0xfa, 0x41, 0x0b, 0x2c, 0x31, 0xe2, 0x4a, 0x83, 0x38, 0xca, 0x09,
0x21, 0x91, 0x77, 0xc6, 0x48, 0x3e, 0x00, 0x95, 0x88, 0x44, 0x9f, 0x32, 0x42, 0xd0, 0x4d, 0x28,
0x17, 0xf3, 0x2a, 0x03, 0x21, 0x28, 0x71, 0x12, 0x25, 0x3a, 0x95, 0x3c, 0x0b, 0x92, 0x84, 0xce,
0x09, 0xf3, 0x18, 0x97, 0x25, 0x2a, 0xbb, 0x15, 0x69, 0xbb, 0xdc, 0xfe, 0x1a, 0x2a, 0xba, 0x9f,
0x82, 0x4f, 0x0e, 0x9f, 0x9e, 0x44, 0x65, 0xa0, 0x5b, 0xb0, 0x11, 0x67, 0xd1, 0x84, 0xb0, 0x7c,
0xf1, 0x94, 0x25, 0xa2, 0x7d, 0xca, 0x48, 0x9a, 0x67, 0x97, 0x06, 0x6a, 0x43, 0x85, 0x3f, 0x63,
0x04, 0x07, 0xa9, 0x16, 0x90, 0x9b, 0x0b, 0xb5, 0xe5, 0x82, 0x5a, 0xfb, 0x1b, 0x13, 0x2a, 0x7a,
0x48, 0xae, 0xb8, 0x3c, 0x82, 0x52, 0x96, 0x85, 0x81, 0xfe, 0x4b, 0x95, 0xe7, 0x85, 0x4a, 0xab,
0xa8, 0x72, 0x1b, 0x6a, 0x09, 0x61, 0x67, 0x94, 0x45, 0x38, 0xf6, 0xf3, 0x09, 0x2f, 0x42, 0xe2,
0x7b, 0xa0, 0x6b, 0x80, 0x79, 0x18, 0x4f, 0xb5, 0x8c, 0x9a, 0xaa, 0x83, 0x84, 0x44, 0xab, 0x45,
0xad, 0xe5, 0xe6, 0xc8, 0x1d, 0xb7, 0x5c, 0x51, 0xfc, 0x91, 0xb0, 0x97, 0x1a, 0x51, 0x79, 0x45,
0x23, 0xaa, 0x57, 0x35, 0x62, 0xf3, 0x15, 0x8d, 0x80, 0xe5, 0x46, 0x7c, 0x08, 0xb0, 0x58, 0x01,
0x41, 0xa9, 0x64, 0x18, 0x32, 0x95, 0x32, 0x04, 0x65, 0x61, 0x10, 0xe4, 0xd9, 0xfe, 0x00, 0xaa,
0xf9, 0x2e, 0xfc, 0x83, 0x5f, 0xf5, 0xa1, 0xa2, 0x97, 0x02, 0x35, 0xc1, 0x0c, 0x13, 0xdd, 0x73,
0x33, 0x4c, 0x44, 0x1b, 0x22, 0xec, 0xeb, 0x9a, 0x8b, 0xa3, 0x78, 0xb9, 0x2d, 0x46, 0x58, 0x0f,
0xf9, 0x25, 0x70, 0xff, 0x13, 0x68, 0xad, 0xbe, 0x3a, 0x50, 0x0d, 0x2a, 0x7d, 0x67, 0x38, 0xda,
0x7b, 0xf4, 0xa8, 0x75, 0x03, 0x01, 0x6c, 0x1c, 0xf6, 0x1e, 0xf5, 0x46, 0xbd, 0x96, 0x81, 0x2a,
0x60, 0xb9, 0x63, 0xa7, 0x65, 0xa2, 0x2a, 0x94, 0x86, 0xa3, 0x93, 0x41, 0xcb, 0xba, 0x3f, 0x86,
0xad, 0x95, 0x77, 0x03, 0xaa, 0x43, 0xd5, 0x39, 0x19, 0xf5, 0x9e, 0xf4, 0x87, 0xa3, 0xd6, 0x0d,
0xd4, 0x80, 0x4d, 0x4d, 0xd6, 0x3b, 0x6c, 0x19, 0x82, 0x5b, 0xd1, 0x1d, 0xb6, 0x4c, 0x61, 0xb8,
0x63, 0xc7, 0xe9, 0x3b, 0x47, 0x2d, 0x4b, 0x18, 0x82, 0x73, 0xd0, 0x3b, 0x6c, 0x95, 0xf6, 0x7f,
0x36, 0x00, 0xf9, 0x34, 0x5a, 0xf9, 0x14, 0xec, 0x37, 0x5c, 0xfd, 0x70, 0x1d, 0x88, 0x77, 0xeb,
0xc0, 0xf8, 0xe2, 0x64, 0x1a, 0xf2, 0x67, 0xd9, 0x64, 0xd7, 0xa7, 0x51, 0x87, 0x06, 0x17, 0x69,
0x4a, 0xb2, 0xf4, 0xf2, 0xf0, 0x9e, 0x7c, 0xdd, 0xfa, 0x74, 0xd6, 0x99, 0x92, 0xb8, 0x23, 0x8d,
0xce, 0x94, 0x76, 0x96, 0xdf, 0xc2, 0x1f, 0x17, 0xcc, 0x17, 0xdd, 0x1f, 0x4c, 0xcb, 0x79, 0xf2,
0xe4, 0x47, 0xb3, 0xe9, 0x14, 0x12, 0x9f, 0x76, 0x7f, 0x5a, 0x02, 0x9e, 0x9e, 0x76, 0x7f, 0x31,
0xef, 0x2c, 0x03, 0x4f, 0x8f, 0x06, 0xfb, 0xc7, 0x84, 0xe3, 0x00, 0x73, 0xfc, 0xbb, 0xb9, 0x55,
0x70, 0x3e, 0x7c, 0x78, 0xda, 0x9d, 0x6c, 0xc8, 0xec, 0xef, 0xff, 0x15, 0x00, 0x00, 0xff, 0xff,
0x36, 0x8f, 0xc3, 0xc2, 0x89, 0x0b, 0x00, 0x00,
}
......@@ -48,6 +48,7 @@ message ModelStatus {
message ModelsInfo {
repeated InstalledModel installed_models = 1;
repeated RunningModel running_models = 2;
repeated WaitToInstallModel wait_to_install_models = 3;
}
message InstalledModel {
......@@ -62,6 +63,10 @@ message InstalledModelStatus {
int64 last_run_time = 2;
}
message WaitToInstallModel {
string model_id = 1;
}
message RunningModel {
string model_id = 1;
int32 gpu_seq = 2;
......
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