Skip to content

v0.2.0

Compare
Choose a tag to compare
@jonatanklosko jonatanklosko released this 16 Mar 15:44
· 192 commits to main since this release

Added

  • Support for Stable Diffusion v2 (#117)
  • CamemBERT model (#110)
  • XLM-RoBERTa model (#136)
  • Support for configuring backend used by load_model (#140)
  • Zero-shot classification serving (#121, #145)
  • Support parameter files using Zip64 (#144)
  • Notebook exemplifying fine-tuning with Axon (#102)
  • Whisper model (#107)
  • Speech-to-text serving (#107)
  • Support for loading tokenizers with overridden special tokens (#141)
  • Question answering serving (#157)
  • T5 model (#159)
  • Conversational serving (#165)
  • DistilBERT model (#172)

Changed

  • Cancel download request when the caller terminates (#135)
  • Introduced explicit parameter mapping, which changed parameter names in all models (#148)

Fixed

  • Initialization of parameters with mismatched shape