1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

Apply style fixes

This commit is contained in:
github-actions[bot]
2025-12-04 11:16:52 +00:00
parent 76494ca098
commit ca24569a2a

View File

@@ -52,9 +52,9 @@ class TaylorSeerCacheConfig:
affect stability; higher precision improves accuracy at the cost of more memory.
skip_predict_identifiers (`List[str]`, *optional*, defaults to `None`):
Regex patterns (using `re.fullmatch`) for module names to place as "skip" in "cache" mode. In this mode, the
module computes fully during initial or refresh steps but returns a zero tensor (matching recorded shape)
during prediction steps to skip computation cheaply.
Regex patterns (using `re.fullmatch`) for module names to place as "skip" in "cache" mode. In this mode,
the module computes fully during initial or refresh steps but returns a zero tensor (matching recorded
shape) during prediction steps to skip computation cheaply.
cache_identifiers (`List[str]`, *optional*, defaults to `None`):
Regex patterns (using `re.fullmatch`) for module names to place in Taylor-series caching mode, where