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
Detect model packages by manifest.json without a root genai_config.json
A flat model directory can carry its own unrelated manifest.json, which the
previous check misclassified as a model package. A flat directory always keeps
genai_config.json at its root while a package keeps it inside each variant, so
treat a directory as a package only when it has a top-level manifest.json and no
top-level genai_config.json.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments