chenxwh / cog-whisper

MIT License
81 stars 28 forks source link

Update from OpenAI main #8

Closed ConnorHeggie closed 1 year ago

ConnorHeggie commented 1 year ago

Brings in a few updates, including whisper large v2 model.

NOTE: I have not tested this

philkuz commented 1 year ago

This won't be sufficient. You have to update predict.py and a few other places to make cog actually use the new model

chenxwh commented 1 year ago

just pushed a new version to replicate, with the code now in v2 branch that install whisper repo in cog.yaml to easily keep updated with the latest changes