Ask a question to get started
Enter to sendā¢Shift+Enter new line
Construct the pipeline object from model_id and task.
from_model_id( cls, model_id: str, tokenizer_config: Optional[dict] = None, adapter_file: Optional[str] = None, lazy: bool = False, pipeline_kwargs: Optional[dict] = None, **kwargs: Any = {} ) -> MLXPipeline