gunicorn icon indicating copy to clipboard operation
gunicorn copied to clipboard

模型部署问题

Open myzf opened this issue 1 year ago • 1 comments

我启用了preload参数初始化一些模型,避免重复在worker重复加载,但是中间遇到了不少问题,能否给一个这种场景的demo?

myzf avatar Jun 08 '24 01:06 myzf

please describe your questions in English only.

zffocussss avatar Jun 27 '24 09:06 zffocussss

@myzf if you have any issue please create a separate issue with logs and a clear definition on how you start ypour application . --preload is supposed to load all your app in main runtime ans share this with other.

benoitc avatar Aug 06 '24 17:08 benoitc