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:
parent
1fde135419
commit
22e4984af8
1 changed files with 0 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue