mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 04:57:42 +03:00
Cleanup
This commit is contained in:
parent
dd4a7a8f1d
commit
cac8c4b378
@ -240,9 +240,7 @@ async def set_gpu_stats(
|
||||
all_stats["gpu_usages"] = stats
|
||||
|
||||
|
||||
async def set_npu_usages(
|
||||
config: FrigateConfig, all_stats: dict[str, Any]
|
||||
) -> None:
|
||||
async def set_npu_usages(config: FrigateConfig, all_stats: dict[str, Any]) -> None:
|
||||
stats: dict[str, dict] = {}
|
||||
|
||||
for detector in config.detectors.values():
|
||||
|
||||
Loading…
Reference in New Issue
Block a user