Commit 5f034d65 authored by vicotor's avatar vicotor

update info

parent ae981792
This diff is collapsed.
......@@ -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