@@ -9,26 +9,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Added
1111
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 )
12+ * SmolLM3 model ([ #422 ] ( https://github.com/elixir-nx/bumblebee/pull/422 ) )
13+ * Qwen3 model ([ #423 ] ( https://github.com/elixir-nx/bumblebee/pull/423 ) )
14+ * Add contributing guidelines ([ #437 ] ( https://github.com/elixir-nx/bumblebee/pull/437 ) )
15+ * MPNet model ([ #434 ] ( https://github.com/elixir-nx/bumblebee/pull/434 ) )
16+ * Gemma3Text model ([ #436 ] ( https://github.com/elixir-nx/bumblebee/pull/436 ) )
17+ * Added ` :progress_bar_step ` config option ([ #441 ] ( https://github.com/elixir-nx/bumblebee/pull/441 ) )
18+ * Added ` Bumblebee.Text.cross_encoding/3 ` serving ([ #444 ] ( https://github.com/elixir-nx/bumblebee/pull/444 ) )
19+ * NomicBERT model ([ #440 ] ( https://github.com/elixir-nx/bumblebee/pull/440 ) )
20+ * ModernBERT model ([ #435 ] ( https://github.com/elixir-nx/bumblebee/pull/435 ) )
2121
2222### Changed
2323
2424* Bumped version requirements to Nx 0.12 and Axon 0.8
2525
2626### Fixed
2727
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 )
28+ * DinoV2 crash when batch_size > 1 ([ #429 ] ( https://github.com/elixir-nx/bumblebee/pull/429 ) )
29+ * Fix ` Bumblebee.Text.text_classification/3 ` to work with text pairs ([ #444 ] ( https://github.com/elixir-nx/bumblebee/pull/444 ) )
30+ * Allow ffmpeg media path to contain SPACE ([ #453 ] ( https://github.com/elixir-nx/bumblebee/pull/453 ) )
31+ * Fix crash when creating tensor from empty buffer in whisper ([ #454 ] ( https://github.com/elixir-nx/bumblebee/pull/454 ) )
3232
3333## [ v0.6.3] ( https://github.com/elixir-nx/bumblebee/tree/v0.6.3 ) (2025-07-14)
3434
0 commit comments