Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/huggingface/diffusers
/ apply_taylorseer_cache
Function
apply_taylorseer_cache
src/diffusers/utils/dummy_pt_objects.py:325–326 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
323
324
325
def
apply_taylorseer_cache(*args, **kwargs):
326
requires_backends(apply_taylorseer_cache, [
"torch"
])
327
328
329
def
apply_text_kv_cache(*args, **kwargs):
Callers
1
enable_cache
Method · 0.50
Calls
1
requires_backends
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…