Releases: elixir-nx/bumblebee
Releases · elixir-nx/bumblebee
v0.2.0
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
v0.1.2
v0.1.1
v0.1.0
Initial release.