bunsen 0.22.2

bunsen is a batteries included common library for burn
Documentation
1
2
3
4
5
6
7
8
//! Whisper Model.
//!
//! [Whisper][w] is a large-scale, general-purpose speech recognition model.
//!
//! [w]: https://github.com/openai/whisper

pub mod blocks;
pub mod pretrained;