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

Method block_size

scripts/eval_needle.py:319–321  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

317
318 @property
319 def block_size(self):
320 # return 2 * max(self.config.scan_query_chunk_size, self.config.scan_key_chunk_size)
321 return max(self.config.scan_query_chunk_size, self.config.scan_key_chunk_size) * self.mesh.shape['sp']
322
323 @property
324 def data_dim(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected