How to use that model you trained on my local computer

#1
by mrwikrom - opened

I would like to know what needs to be done to make this model compatible for use locally without having to use the huggingface servers?

I tried this by downloading the .bin model and renaming it to .pt and placing it in the whisper checkpoints folder, however when I try to run an inference I get an error saying that the model failed the sha256 verification, and thus the original small model is downloaded,

Is it possible to use this model locally?

Thank you for your answer in advance!

Sign up or log in to comment