For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /get-started.md).
Python module
max.pipelines.lib.registry
Model registry, for tracking various model variants.
PipelineModelType | type(object) -> the object's type type(name, bases, dict, <br/>**<br/>kwds) -> a new type |
|---|---|
PipelineRegistry | Registry for managing supported model architectures and their pipelines. |
PipelineTypes | alias of Pipeline[Any, Any] |
RetrievedPipeline | Everything PipelineRegistry.retrieve_factory() resolves. |
SupportedArchitecture | Represents a model architecture configuration for MAX pipelines. |
PIPELINE_REGISTRY | Global registry of supported model architectures and their pipelines. |
|---|