Gadersd / whisper-burn

A Rust implementation of OpenAI's Whisper model using the burn framework
MIT License
263 stars 29 forks source link

When using repo as library, incorrect version of burn gets used, adding version tag to cargo.toml may fix #23

Open SamuelKurtzer opened 6 months ago

SamuelKurtzer commented 6 months ago

Been having trouble using this in a project and I think I've discovered why, when imported as a library burn v0.13.0 is pulled whereas in its own repo whisper uses 0.9.0.

Adding a tag to the cargo.toml may fix this issue, hopefully I can make a branch off this issue to test.