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 class
TaylorSeerDefaults
TaylorSeerDefaultsβ
class max.pipelines.diffusion.config.TaylorSeerDefaults(cache_interval, warmup_steps, max_order)
Bases: object
Architecture-declared TaylorSeer tuning. User-set fields always win.
cache_intervalβ
cache_interval: int
max_orderβ
max_order: Literal[1, 2]
warmup_stepsβ
warmup_steps: int