Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 711 Bytes

CHANGELOG.md

File metadata and controls

36 lines (23 loc) · 711 Bytes

0.1.6 (2024-12-29)

  • Fixed error with failed HTTP requests
  • Fixed warning with Ruby 3.4

0.1.5 (2024-11-01)

  • Fixed error with pipelines when called more than 10 times
  • Fixed device option for pipelines
  • Fixed error with reranking pipeline

0.1.4 (2024-10-22)

  • Added BertForSequenceClassification

0.1.3 (2024-09-17)

  • Added reranking pipeline
  • Added DeBERTa-v2
  • Added MPNet
  • Added XLM-RoBERTa

0.1.2 (2024-09-10)

  • Fixed default revision for pipelines

0.1.1 (2024-08-29)

  • Added embedding pipeline
  • Added experimental fast_init option
  • Improved performance of loading models
  • Fixed error with aggregation_strategy option

0.1.0 (2024-08-19)

  • First release