chore(lilith_service_fasta): 🔧 adjust cleanup timing in lifespan.py for optimized resource lifecycle management

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-15 10:19:27 -08:00
parent 1fde135419
commit 22e4984af8

View file

@ -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")