more modeld logging (#31510)

This commit is contained in:
Adeeb Shihadeh
2024-02-19 10:46:04 -08:00
committed by GitHub
parent be4bbca9a3
commit 86184b76d5
+2
View File
@@ -121,7 +121,9 @@ def main(demo=False):
setproctitle(PROCESS_NAME)
config_realtime_process(7, 54)
cloudlog.warning("setting up CL context")
cl_context = CLContext()
cloudlog.warning("CL context ready; loading model")
model = ModelState(cl_context)
cloudlog.warning("models loaded, modeld starting")