Skip to content

v0.9.2

Compare
Choose a tag to compare
@SebieF SebieF released this 26 Aug 16:54
· 32 commits to main since this release

26.08.2024 - Version 0.9.2

Features

  • Improving memory management of embedding calculation by @SebieF in #96
  • Use a strategy for sequence preprocessing by @SebieF in #99
  • Adding ONNX support by @SebieF in #101
  • Adding saprot embedder example by @SebieF in #106

Maintenance

  • BREAKING Improving masking mechanisms in CNN and LightAttention models by @SebieF in #102
  • Improving embedder model and tokenizer class recognition by @SebieF in #105
  • Optimize Memory Handling in Embedding Computations and Refactor EmbeddingService by @heispv in #103
  • Updating dependencies