Gadersd / whisper-burn

A Rust implementation of OpenAI's Whisper model using the burn framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tinygrad import path changed in model conversion script

AlienKevin opened this issue · comments

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.

Updated.