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

Method eigenvalue_stability

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

Source from the content-addressed store, hash-verified

933 return self._config.eigenvalue_tol
934
935 def eigenvalue_stability(self):
936 return self._config.eigenvalue_stability
937
938 def eigenvalue_gas_boundary_resolution(self):
939 return self._config.eigenvalue_gas_boundary_resolution

Callers 1

_configure_eigenvalueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected