Gadersd / whisper-burn

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

Tinygrad import path changed in model conversion script #13

Closed AlienKevin closed 1 year ago

AlienKevin commented 1 year ago

The latest tinygrad 0.7.0 moved state to under tinygrad.nn.state, which broke the conversion script. Updating the import path fixed the problem.

Gadersd commented 1 year ago

Updated.