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
For large environments it is useful to capture or compare only some sections, e.g. mlenv diff a.json b.json --section cuda,gpus. The diff already runs per section, so this is mostly a CLI-level filter over SECTION_ORDER.
For large environments it is useful to capture or compare only some sections, e.g.
mlenv diff a.json b.json --section cuda,gpus. The diff already runs per section, so this is mostly a CLI-level filter overSECTION_ORDER.