mirror of https://github.com/skygpu/skynet.git
Log information about non custom pipelines
parent
99f7653a63
commit
4365e881c0
|
@ -123,8 +123,7 @@ def pipeline_for(
|
||||||
return pipe
|
return pipe
|
||||||
|
|
||||||
except ImportError:
|
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
|
req_mem = model_info.mem
|
||||||
|
|
Loading…
Reference in New Issue