MCPcopy Create free account
hub / github.com/THUDM/GLM / _set_param_groups

Method _set_param_groups

fp16/fp16.py:637–638  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

635 return self.optimizer.param_groups
636
637 def _set_param_groups(self, value):
638 self.optimizer.param_groups = value
639
640 param_groups = property(_get_param_groups, _set_param_groups)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected