MCPcopy Create free account
hub / github.com/OpenBMB/AgentCPM-GUI / _repeat

Method _repeat

eval/utils/utils_odyssey/visual.py:155–156  ·  view source on GitHub ↗
(self, query, N: int)

Source from the content-addressed store, hash-verified

153 return out.permute(1, 0, 2)
154
155 def _repeat(self, query, N: int):
156 return query.unsqueeze(1).repeat(1, N, 1)
157
158
159class VisualAttention(nn.Module):

Callers 1

forwardMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected