Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OdysseusProtocol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Odysseus
OdysseusProtocol
Commits
5f034d65
Commit
5f034d65
authored
Jul 04, 2024
by
vicotor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update info
parent
ae981792
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
149 additions
and
94 deletions
+149
-94
resource.pb.go
gen/proto/go/nodemanager/v2/resource.pb.go
+144
-94
resource.proto
nodemanager/nodemanager/v2/resource.proto
+5
-0
No files found.
gen/proto/go/nodemanager/v2/resource.pb.go
View file @
5f034d65
This diff is collapsed.
Click to expand it.
nodemanager/nodemanager/v2/resource.proto
View file @
5f034d65
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment