MCPcopy Create free account
hub / github.com/Ishabdullah/Codey-v2 / end_inference

Function end_inference

core/thermal.py:201–203  ·  view source on GitHub ↗

End tracking an inference.

()

Source from the content-addressed store, hash-verified

199
200
201def end_inference():
202 """End tracking an inference."""
203 get_thermal_manager().end_inference()
204
205
206def get_thermal_status() -> dict:

Callers 1

_execute_taskMethod · 0.90

Calls 2

get_thermal_managerFunction · 0.85
end_inferenceMethod · 0.80

Tested by

no test coverage detected