MCPcopy Create free account
hub / github.com/MotrixLab/insactor / build_attention

Function build_attention

diffplanner/models/builder.py:30–32  ·  view source on GitHub ↗

Build attention.

(cfg)

Source from the content-addressed store, hash-verified

28 return SUBMODULES.build(cfg)
29
30def build_attention(cfg):
31 """Build attention."""
32 return ATTENTIONS.build(cfg)

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected