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
DenoisingCacheSettings
DenoisingCacheSettings
class max.pipelines.lib.DenoisingCacheSettings(*, config_file=None, section_name=None, first_block_caching=None, taylorseer=None, taylorseer_cache_interval=None, taylorseer_warmup_steps=None, taylorseer_max_order=None)
Bases: ConfigFileModel
User denoising-cache settings. Every field is optional.
Construction fills unset fields from the architecture’s TaylorSeer
defaults, producing DenoisingCacheConfig.
-
Parameters:
config_file
Path to the configuration file.
first_block_caching
model_config
model_config: ClassVar[ConfigDict] = {'extra': 'forbid', 'frozen': True, 'strict': False}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
section_name
Optional section name for comprehensive/multi-section config files.
If not provided, values are loaded from the YAML top-level (treating the file as an “individual config” file).