MCPcopy Create free account
hub / github.com/apple/axlearn / test_create_device_mesh_cpu

Method test_create_device_mesh_cpu

axlearn/common/utils_test.py:1625–1631  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1623 b1=0.9,
1624 b2=0.98,
1625 eps=1e-9,
1626 l2_regularizer_weight=2.0,
1627 l2_regularizer_per_param_scale=l2_per_param_scale,
1628 ),
1629 config_for_function(optimizers.scale_update_per_param).set(
1630 per_param_scale=freeze_per_param_scale
1631 ),
1632 ]
1633 )
1634 trainer_cfg.learner = learner.Learner.default_config().set(optimizer=optimizer_cfg)

Callers

nothing calls this directly

Calls 2

create_device_meshFunction · 0.90
DummyDeviceClass · 0.85

Tested by

no test coverage detected