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

Method get_keys

src/MaxText/pyconfig.py:195–197  ·  view source on GitHub ↗

Returns the configuration as a flat dictionary for backward compatibility.

(self)

Source from the content-addressed store, hash-verified

193 raise ValueError("Configuration is read-only and cannot be modified after initialization.")
194
195 def get_keys(self) -> dict[str, Any]:
196 """Returns the configuration as a flat dictionary for backward compatibility."""
197 return self._flat_config
198
199
200def initialize(argv: list[str], **kwargs) -> HyperParameters:

Callers 6

initializeFunction · 0.95
initialize_pydanticFunction · 0.95
collate_resultsFunction · 0.45
__init__Method · 0.45
elastic_initializeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected