MCPcopy Create free account
hub / github.com/PaddlePaddle/FastDeploy / close

Method close

tests/entrypoints/test_llm.py:252–254  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

250 self.updated += n
251
252 def close(self):
253 self.closed = True
254 return None
255
256 llm_module.tqdm = DummyTqdm
257 out = llm._run_engine(["r1"], use_tqdm=True, topk_logprobs=-1, num_prompt_logprobs=-1)

Callers 15

pre_compile_from_configFunction · 0.45
test_initializationMethod · 0.45
test_file_rotationMethod · 0.45
test_cleanup_logicMethod · 0.45
test_multi_intervalMethod · 0.45
test_utc_modeMethod · 0.45
test_symlink_creationMethod · 0.45
test_daily_rotationMethod · 0.45
test_backup_countMethod · 0.45
tearDownMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected