From 22e4984af8e84f8d67398b9b0860e7e3a1794c6e Mon Sep 17 00:00:00 2001 From: Lilith Date: Sun, 15 Feb 2026 10:19:27 -0800 Subject: [PATCH] =?UTF-8?q?chore(lilith=5Fservice=5Ffasta):=20=F0=9F=94=A7?= =?UTF-8?q?=20adjust=20cleanup=20timing=20in=20lifespan.py=20for=20optimiz?= =?UTF-8?q?ed=20resource=20lifecycle=20management?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- src/lilith_service_fastapi_bootstrap/lifespan.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lilith_service_fastapi_bootstrap/lifespan.py b/src/lilith_service_fastapi_bootstrap/lifespan.py index 4b367d8..43fd983 100644 --- a/src/lilith_service_fastapi_bootstrap/lifespan.py +++ b/src/lilith_service_fastapi_bootstrap/lifespan.py @@ -402,7 +402,6 @@ class GPULifespanManager(LifespanManager): if self._hf_loader is not None: logger.info("Unloading HuggingFace models") await self._hf_loader.unload_all() - await self._hf_loader.close() if self._gguf_loader is not None: logger.info("Unloading GGUF models")