Releases: livebook-dev/kino_bumblebee
Releases · livebook-dev/kino_bumblebee
v0.5.1
Changed
- Bumped
bumblebee
and kino
dependency requirements
v0.5.0
Added
- Output streaming in the text generation task (#32)
Changed
- Update Whisper model list
- Moved seed to the prediction form in Stable Diffusion (#41)
- Bumped
bumblebee
and kino
dependency requirements
Removed
- Removed the conversational task (#41)
v0.4.0
Added
- Output streaming in the text generation task (#32)
- Output streaming in the speech-to-text task (#32)
- Timestamps to the speech-to-text task output (#32)
Changed
- Updated code generation with audio/image inputs to read from file (#36)
- Bumped
bumblebee
and kino
dependency requirements
Fixed
- Respect seed in the text-to-image task
v0.3.0
Added
Changed
- Model loading to no longer use
:log_params_diff
- Updated generation examples to use generation config (#30)
v0.2.1
Added
- Add conversation task (#23)
- Add question answering task (#23)
Changed
- Updated generated source to rely on enumerable
Kino.Control
(#27)
v0.2.0
Added
- Add XLM-RoBERTa models for punctuation and language detection (#16)
- Add zero-shot text classification task (#17)
- Add speech-to-text task (#19)
v0.1.4
Fixed
- Numeric parameters that were inserted as strings in the generated code
v0.1.3
Fixed
- Smart cell attributes import for the token classification task (#12)
v0.1.2
Changed
- Bumped
bumblebee
dependency requirement
v0.1.1
Added
- Fill-mask to the Neural Network task cell (#9)
- Token classification to the Neural Network task cell (#10)