MCPcopy
hub / github.com/mudler/LocalAI / tearDown

Method tearDown

backend/python/mlx-distributed/test.py:26–28  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

24 time.sleep(10)
25
26 def tearDown(self) -> None:
27 self.service.terminate()
28 self.service.wait()
29
30 def test_server_startup(self):
31 try:

Callers 4

test_server_startupMethod · 0.95
test_load_modelMethod · 0.95
test_textMethod · 0.95
test_sampling_paramsMethod · 0.95

Calls 2

terminateMethod · 0.45
waitMethod · 0.45

Tested by

no test coverage detected