[Other] Add a interface to get all pretrained models available from hub model server (#1022)

add get model list
This commit is contained in:
chenjian
2023-01-03 09:45:42 +08:00
committed by GitHub
parent 971cc051f4
commit 42f2e8d22b
3 changed files with 41 additions and 1 deletions

View File

@@ -36,5 +36,5 @@ from . import c_lib_wrap as C
from . import vision
from . import pipeline
from . import text
from .download import download, download_and_decompress, download_model
from .download import download, download_and_decompress, download_model, get_model_list
from . import serving