MCPcopy Create free account
hub / github.com/EverMind-AI/MSA / BlockModelInput

Class BlockModelInput

src/msa_service.py:182–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180
181@dataclass
182class BlockModelInput:
183 doc_input_ids: torch.Tensor
184 doc_attention_mask: torch.Tensor
185 doc_ids: torch.Tensor
186 position_ids: torch.Tensor
187 num_chunks: int
188 chunk_sizes: List[int]
189
190@dataclass
191class BlockDesc:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected