-
I would like to lock the version of the base.en model so that if improvements are made in the future I'm still using the same model. If a new model is created, will:
Essentially, my question boils down to if I lock to |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes! the code even has a SHA1 check to make sure it exactly matches with the intended checkpoint. Line 20 in b38a1f2 |
Beta Was this translation helpful? Give feedback.
Yes! the code even has a SHA1 check to make sure it exactly matches with the intended checkpoint.
whisper/whisper/__init__.py
Line 20 in b38a1f2