Skip to content

Commit 66d7e35

Browse files
add get_model to ovms_adapter
Signed-off-by: Ashwin Vaidya <[email protected]>
1 parent e0609a3 commit 66d7e35

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

model_api/python/model_api/adapters/ovms_adapter.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ def is_ready(self):
9797
def load_model(self):
9898
pass
9999

100+
def get_model(self):
101+
"""Return the reference to the GrpcClient."""
102+
return self.client
103+
100104
def await_all(self):
101105
pass
102106

0 commit comments

Comments
 (0)