Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeiGen-AI/MultiTalk
/ wrapper
Function
wrapper
src/utils.py:27–29 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
25
26
def
patch_tensor_constructor(fn):
27
def
wrapper(*args, **kwargs):
28
kwargs[
"device"
] = device
29
return
fn(*args, **kwargs)
30
31
return
wrapper
32
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected