Skip to content

1.13.0

Choose a tag to compare

@snowflake-connectors-app snowflake-connectors-app released this 11 Sep 20:31
d03c59c

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.