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

Function validate_config

src/MaxText/layerwise_quantization.py:199–202  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

197
198
199def validate_config(config):
200 assert (
201 config.load_full_state_path == ""
202 ), "Operation on full states not supported! Convert to parameter checkpoint first."
203
204
205if __name__ == "__main__":

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected