pymllm.service.models_hub ========================= .. py:module:: pymllm.service.models_hub Attributes ---------- .. autoapisummary:: pymllm.service.models_hub.MODEL_HUB_LOOKUP_TABLE Functions --------- .. autoapisummary:: pymllm.service.models_hub.session_qwen3 pymllm.service.models_hub.create_session pymllm.service.models_hub.download_mllm_model pymllm.service.models_hub.get_download_model_path Module Contents --------------- .. py:function:: session_qwen3(fp) .. py:data:: MODEL_HUB_LOOKUP_TABLE .. py:function:: create_session(model_name) .. py:function:: download_mllm_model(model_name, model_dir = None) Download a model from the model hub. :param model_name: Name of the model to download :param model_dir: Directory to save the model :returns: Path to the downloaded model :raises ValueError: If the model name is not supported .. py:function:: get_download_model_path(model_name_or_model_path)