MCPcopy
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_inputsMethod · 0.45
get_engine_configMethod · 0.45
is_connectedMethod · 0.45
__init__Method · 0.45
mooncake.pyFile · 0.45
dlslime.pyFile · 0.45
config_from_pretrainedFunction · 0.45
_send_respMethod · 0.45
send_response_loopMethod · 0.45
_make_infer_outputsMethod · 0.45
get_processorsMethod · 0.45
_get_extra_outputsMethod · 0.45

Calls 1

popMethod · 0.45

Tested by

no test coverage detected