MCPcopy Create free account
hub / github.com/AI-Hypercomputer/maxtext / setUp

Method setUp

tests/maxengine_test.py:43–46  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

41 # TODO: add unit test for the MaxEngine.
42
43 def setUp(self):
44 super().setUp()
45 self.cfg = self.init_pyconfig()
46 self.rng = jax.random.PRNGKey(0)
47
48 def init_pyconfig(self, **kwargs):
49 """init pyconfig"""

Callers

nothing calls this directly

Calls 1

init_pyconfigMethod · 0.95

Tested by

no test coverage detected