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.arch_lookup
Architecture registration and lookup tables.
This module is a leaf: it is importable by the config layer
(max.pipelines.lib.config), so it must not import registry.py or the
config layer at runtime. Heavyweight types referenced by
SupportedArchitecture fields are gated under TYPE_CHECKING.
Speculator | One speculative variant of a target architecture. |
|---|
select_speculator | Returns the speculator target declares for method/draft_arch. |
|---|