I followed the instructions in the README file, after cargo run, I encounted this failure:
Failed to load tokenizer: Model "gpt2" on the Hub doesn't have a tokenizer
error: process didn't exit successfully: `target\release\whisper.exe audio.wav tiny` (exit code: 1)
It seems a dependency named tokenizer can't be initialized.
How can I fix this error?
System: Win10 Rust version: 1.71.0 stable
I followed the instructions in the README file, after cargo run, I encounted this failure:
It seems a dependency named tokenizer can't be initialized. How can I fix this error?