MCPcopy Create free account
hub / github.com/MeiGen-AI/MultiTalk / __init__

Method __init__

wan/utils/multitalk_utils.py:156–161  ·  view source on GitHub ↗
(self,
                 head_dim,
                 )

Source from the content-addressed store, hash-verified

154class RotaryPositionalEmbedding1D(nn.Module):
155
156 def __init__(self,
157 head_dim,
158 ):
159 super().__init__()
160 self.head_dim = head_dim
161 self.base = 10000
162
163
164 @lru_cache(maxsize=32)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected