Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
199
def
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
205
if
__name__ ==
"__main__"
:
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected