File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ v0.7.0] ( https://github.com/elixir-nx/bumblebee/tree/v0.7.0 ) (2026-05-16)
9+
10+ ### Added
11+
12+ * SmolLM3 model (#422 )
13+ * Qwen3 model (#423 )
14+ * Add contributing guidelines (#437 )
15+ * MPNet model (#434 )
16+ * Gemma3Text model (#436 )
17+ * Added ` :progress_bar_step ` config option (#441 )
18+ * Added ` Bumblebee.Text.cross_encoding/3 ` serving (#444 )
19+ * NomicBERT model (#440 )
20+ * ModernBERT model (#435 )
21+
22+ ### Changed
23+
24+ * Bumped version requirements to Nx 0.12 and Axon 0.8
25+
26+ ### Fixed
27+
28+ * DinoV2 crash when batch_size > 1 (#429 )
29+ * Fix ` Bumblebee.Text.text_classification/3 ` to work with text pairs (#444 )
30+ * Allow ffmpeg media path to contain SPACE (#453 )
31+ * Fix crash when creating tensor from empty buffer in whisper (#454 )
32+
833## [ v0.6.3] ( https://github.com/elixir-nx/bumblebee/tree/v0.6.3 ) (2025-07-14)
934
1035### Added
Original file line number Diff line number Diff line change 11defmodule Bumblebee.MixProject do
22 use Mix.Project
33
4- @ version "0.6.3 "
4+ @ version "0.7.0 "
55 @ description "Pre-trained and transformer Neural Network models in Axon"
66
77 def project do
You can’t perform that action at this time.
0 commit comments