python3 ../llama.cpp/convert_hf_to_gguf.py : KeyError: 'architectures' #11241
Unanswered
raphael10-collab
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Objective: convert this pytorch model https://huggingface.co/mtspeech/MooER-MTL-80K to gguf model
I downloaded the model :
And tried to convert it to gguf but got this error:
KeyError: 'architectures'
:The same issue when trying to convert this model :
https://huggingface.co/speechbrain/asr-whisper-medium-commonvoice-it :
How to make it work?
Beta Was this translation helpful? Give feedback.
All reactions