Skip to content

Commit 700f6f7

Browse files
committed
Release v0.6.2
1 parent 7617ff5 commit 700f6f7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
814
## [v0.6.1](https://github.com/elixir-nx/bumblebee/tree/v0.6.1) (2025-06-12)
915

1016
### Added

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Bumblebee.MixProject do
22
use Mix.Project
33

4-
@version "0.6.1"
4+
@version "0.6.2"
55
@description "Pre-trained and transformer Neural Network models in Axon"
66

77
def project do

0 commit comments

Comments
 (0)