Revert "fix(settings): 补齐CUDA运行组件下载与安装入口"

This reverts commit c912409343ed7a6bd66823e994d25487ed42cf9a.
This commit is contained in:
2026-09-05 02:02:26 +08:00
parent 4441c54d4d
commit 1ac44e2881
8 changed files with 3 additions and 272 deletions
-2
View File
@@ -26,8 +26,6 @@ async def lifespan(_: FastAPI):
yield
finally:
await transcription_service.shutdown()
from app.local_models import components
await components.shutdown()
from app.local_models import manager
for _, key in list(manager._downloads):
await manager.cancel_download(key)