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
Fix: Handle legacy 'library' field in model metadata
Support both 'library_name' (correct) and 'library' (legacy) fields
in model card metadata to ensure compatibility with models that
use the incorrect field name in their README.md files.
This fixes issues where models with 'library: onnx' instead of
'library_name: onnx' would download successfully but fail to
appear in listings or be usable via API.