File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ v0.6.2] ( https://github.com/elixir-nx/bumblebee/tree/v0.6.2 ) (2025-06-17)
9
+
10
+ ### Fixed
11
+
12
+ * Fix padded batch items lengthening generation time ([ #419 ] ( https://github.com/elixir-nx/bumblebee/pull/419 ) )
13
+
8
14
## [ v0.6.1] ( https://github.com/elixir-nx/bumblebee/tree/v0.6.1 ) (2025-06-12)
9
15
10
16
### Added
Original file line number Diff line number Diff line change 1
1
defmodule Bumblebee.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "0.6.1 "
4
+ @ version "0.6.2 "
5
5
@ description "Pre-trained and transformer Neural Network models in Axon"
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments