MCPcopy Create free account
hub / github.com/LargeWorldModel/LWM / block_size

Method block_size

lwm/vision_chat.py:52–53  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

50
51 @property
52 def block_size(self):
53 return max(self.config.scan_query_chunk_size, self.config.scan_key_chunk_size) * self.mesh.shape['sp']
54
55 @property
56 def data_dim(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected