Add model downloading endpoint.

This commit is contained in:
Robin Huang
2024-08-06 18:07:32 -07:00
parent b334605a66
commit 6976ccc5ca
6 changed files with 177 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
# model_manager/__init__.py
from .download_models import download_model, DownloadStatus, DownloadModelResult, DownloadStatusType