MCPcopy
hub / github.com/InternLM/lmdeploy / close

Method close

lmdeploy/pytorch/engine/mp_engine/base.py:46–48  ·  view source on GitHub ↗

Close mp engine.

(self)

Source from the content-addressed store, hash-verified

44 raise NotImplementedError('This method has not been implemented yet.')
45
46 def close(self) -> None:
47 """Close mp engine."""
48 raise NotImplementedError('This method has not been implemented yet.')
49
50 def start_loop(self) -> None:
51 """Start mp engine loop."""

Callers 2

runMethod · 0.45
close_socketsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected