m-bain / whisperX

WhisperX: Automatic Speech Recognition with Word-level Timestamps (& Diarization)
BSD 2-Clause "Simplified" License
12.4k stars 1.3k forks source link

Finetuned model with WhisperX #446

Open sameearif opened 1 year ago

sameearif commented 1 year ago

Hello,

I am trying to load my finetuned model with whisperX but I am getting this error:

Unsupported model binary version. This executable supports models with binary version v6 or below, but the model has binary version v67324752. This usually means that the model was generated by a later version of CTranslate2. (Forward compatibility is not guaranteed.)

ahmedadelattia commented 1 year ago

I'm having the same issue with the same exact version number. Did you manage to solve it?

sorgfresser commented 1 year ago

See here https://github.com/OpenNMT/CTranslate2/issues/1218 Have you converted the model properly?