You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/maxtext/configs/base.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
run_name: ""
22
22
23
23
model_name: "default"# override config settings to match a specific model. other than the override, nothing should use this!
24
-
override_model_config: False # When set to true allows overriding model parameters via CLI for the purpose of debugging/testing.
24
+
override_model_config: False # When set to true allows overriding model parameters via CLI (or kwargs or env vars) for the purpose of debugging/testing.
25
25
override_logical_axis_rules: False # When set overrides logical axis rules instead of merging them.
0 commit comments