Automatic Speech Recognition

Problem reading checkpoint for omniASR_CTC_1B

#1
by ak1020 - opened

Hi,

I have pip installed omnilingual-asr v0.1.0 and I used the example code to load the model.

from omnilingual_asr.models.inference.pipeline import ASRInferencePipeline
pipeline = ASRInferencePipeline(model_card="omniASR_CTC_1B")

I got progress bar saying "parameter load" 0/807 0%, but then pipeline method fails with following error:

AssetCardError: Model checkpoint of the omniASR_CTC_1B asset card cannot be loaded.

Sign up or log in to comment