Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/InternLM/lmdeploy
/ get
Method
get
lmdeploy/pytorch/engine/engine_instance.py:86–89 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
84
return
key
85
86
def
get(self, key):
87
import
ray
88
ref = self._data.pop(key)
89
return
ray.get(ref)
90
91
def
clear(self):
92
import
ray
Callers
15
slice_extra_inputs
Method · 0.45
get_engine_config
Method · 0.45
is_connected
Method · 0.45
__init__
Method · 0.45
mooncake.py
File · 0.45
dlslime.py
File · 0.45
config_from_pretrained
Function · 0.45
_send_resp
Method · 0.45
send_response_loop
Method · 0.45
_make_infer_outputs
Method · 0.45
get_processors
Method · 0.45
_get_extra_outputs
Method · 0.45
Calls
1
pop
Method · 0.45
Tested by
no test coverage detected