pymllm.service.tools ==================== .. py:module:: pymllm.service.tools Attributes ---------- .. autoapisummary:: pymllm.service.tools.cli_app Functions --------- .. autoapisummary:: pymllm.service.tools.main Module Contents --------------- .. py:data:: cli_app .. py:function:: main(host = '127.0.0.1', port = 8000, workers = 1, reload = False, model_name = None) Starts the MLLM Service using Uvicorn ASGI server.