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

Method data_dim

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

Source from the content-addressed store, hash-verified

322
323 @property
324 def data_dim(self):
325 return self.mesh.shape['dp'] * self.mesh.shape['fsdp']
326
327 def _load_model(self):
328 if FLAGS.load_llama_config != '':

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected