MCPcopy Create free account
hub / github.com/deepspeedai/DeepSpeed / eigenvalue_stability

Method eigenvalue_stability

deepspeed/runtime/engine.py:989–990  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

987 return self._config.eigenvalue_tol
988
989 def eigenvalue_stability(self):
990 return self._config.eigenvalue_stability
991
992 def eigenvalue_gas_boundary_resolution(self):
993 return self._config.eigenvalue_gas_boundary_resolution

Callers 1

_configure_eigenvalueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected