MCPcopy Create free account
hub / github.com/Francis-Rings/FlashPortrait / simple_wrapper

Function simple_wrapper

wan/models/__init__.py:30–33  ·  view source on GitHub ↗
(func)

Source from the content-addressed store, hash-verified

28 # about conflicts between cython and torch.compile
29 # --------------------------------------------------------------- #
30 def simple_wrapper(func):
31 def inner(*args, **kwargs):
32 return func(*args, **kwargs)
33 return inner
34
35 # --------------------------------------------------------------- #
36 # VAE Parallel Kernel

Callers 1

__init__.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected