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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.13.0
Bug Fixes
Behavior Changes
New Features
Registry: Log a HuggingFace model without having to load the model in memory using
the huggingface_pipeline.HuggingFacePipelineModel. Requires huggingface_hub package to installed.
To disable downloading HuggingFace repository, provide download_snapshot=False while creating the huggingface_pipeline.HuggingFacePipelineModel object.
Registry: Added support for XGBoost models to use enable_categorical=True with pandas DataFrame
Registry: Added support to display privatelink inference endpoint in ModelVersion list services.