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

Method block_size

scripts/eval_needle_multi.py:328–330  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

326
327 @property
328 def block_size(self):
329 # return 2 * max(self.config.scan_query_chunk_size, self.config.scan_key_chunk_size)
330 return max(self.config.scan_query_chunk_size, self.config.scan_key_chunk_size) * self.mesh.shape['sp']
331
332 @property
333 def data_dim(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected