bunsen 0.21.0: (Basically) Initial Release
wordchipper 0.21.0 is out!
The goal of bunsen is to collect reusable Module blocks and tensor operations,
burn runtime extension, optimizers, and dataloaders; at the point where they are
reusable by the community, but ahead of the point at which they’ve seen sufficient
normalization and stabilization to lift into the long-term stable interface for burn.
This drop includes:
bunsen::contracts- an inclusion / rebuild of the previous bimm-contracts shape contracts libs.bunsen::ops- a tree of tensor operations which don’t appear in burn yet.bunsen::blocks- a tree of Module blocks, for both image and LLM transformers.bunsen::burner- an overlay lib of direct burn extensions, including:bunsen::burner::module::reflection- the XPath query Module reflection library.bunsen::burner::optim- the optimizer lib containing support for parameter-group optimizers (selected via the above reflection).
See also: