From 5edd7f4db44df79946e57d8fdfe9df545cf72040 Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Date: Fri, 7 Feb 2025 22:40:19 -0300 Subject: [PATCH] Log information about non custom pipelines --- skynet/dgpu/utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/skynet/dgpu/utils.py b/skynet/dgpu/utils.py index 86179a2..2b3090e 100755 --- a/skynet/dgpu/utils.py +++ b/skynet/dgpu/utils.py @@ -123,8 +123,7 @@ def pipeline_for( return pipe except ImportError: - # TODO, uhh why not warn/error log this? - ... + logging.info(f'didn\'t find a custom pipeline file for {shortname}') req_mem = model_info.mem