Skip to content

Releases: livebook-dev/kino_bumblebee

v0.5.1

14 Oct 11:14
Compare
Choose a tag to compare

Changed

  • Bumped bumblebee and kino dependency requirements

v0.5.0

26 Feb 13:10
Compare
Choose a tag to compare

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

06 Oct 10:14
4cc1407
Compare
Choose a tag to compare

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

14 Apr 14:21
Compare
Choose a tag to compare

Added

  • Image-to-text task (#29)

Changed

  • Model loading to no longer use :log_params_diff
  • Updated generation examples to use generation config (#30)

v0.2.1

23 Mar 15:10
Compare
Choose a tag to compare

Added

  • Add conversation task (#23)
  • Add question answering task (#23)

Changed

  • Updated generated source to rely on enumerable Kino.Control (#27)

v0.2.0

17 Mar 09:50
96a49a8
Compare
Choose a tag to compare

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

15 Dec 23:04
Compare
Choose a tag to compare

Fixed

  • Numeric parameters that were inserted as strings in the generated code

v0.1.3

15 Dec 13:58
Compare
Choose a tag to compare

Fixed

  • Smart cell attributes import for the token classification task (#12)

v0.1.2

15 Dec 00:18
Compare
Choose a tag to compare

Changed

  • Bumped bumblebee dependency requirement

v0.1.1

14 Dec 22:28
26a9694
Compare
Choose a tag to compare

Added

  • Fill-mask to the Neural Network task cell (#9)
  • Token classification to the Neural Network task cell (#10)