Skip to main content

Python data

PIPELINE_REGISTRY

PIPELINE_REGISTRY

max.pipelines.lib.registry.PIPELINE_REGISTRY = <max.pipelines.lib.registry.PipelineRegistry object>

source

Global registry of supported model architectures and their pipelines.

This singleton is automatically populated with all built-in architectures when you import max.pipelines.

Use PIPELINE_REGISTRY to:

See PipelineRegistry for the full API.