GGUF - or help getting there?

#5
by GeoMaciolek - opened

Hey - I've been hoping to use your model with CrispASR (to use it to generate subtitles for Den Store Strikkedyst!) which works with GGUF files.

However, when trying to convert to GGUF using CrispASR's convert-cohere-asr-to-gguf.py, I error out as we're missing these (layers? tensors?):

  • preprocessor.featurizer.fb [1, 128, 257]
  • preprocessor.featurizer.window [400]

(I modified the convert...py script to skip those, and the inference engine in CrispASR doesn't work, complains thus (these are the corresponding tensors to the ones above):

cohere: tensor 'fe.mel_fb' not found in GGUF
cohere: tensor 'fe.window' not found in GGUF
cohere: BN folded into conv_dw weights for 48 layers

Sign up or log in to comment