github UKPLab/sentence-transformers v2.3.1
v2.3.1 - Patch for local models with Normalize modules

latest releases: v3.1.1, v3.1.0, v3.0.1...
7 months ago

This releases patches a niche bug when loading a Sentence Transformer model which:

  1. is local
  2. uses a Normalize module as specified in modules.json
  3. does not contain the directory specified in the model configuration

This only occurs when a model with Normalize is downloaded from the Hugging Face hub and then later used locally.
See #2458 and #2459 for more details.

Release highlights

Full Changelog: v2.3.0...v2.3.1

Don't miss a new sentence-transformers release

NewReleases is sending notifications on new releases.