See original readme and repo. This repo modifies Whisper a little bit to enable TorchScript.
What's new?
- TorchScript-able model.
kv_cache
will be passed normally instead of using hooks.- Cannot use the existing wrapper library with this new model code.
- Some modules will be duplicated in favor of using less if elses.
Same as before:
- Original checkpoints are still valid.
- Model architecture is the same as before.