KeyError: 'rms_norm_eps' during convert? #4636
Replies: 4 comments 1 reply
-
I found an |
Beta Was this translation helpful? Give feedback.
-
Hello, Did anyone got to know how to overcome this issue ? |
Beta Was this translation helpful? Give feedback.
-
This works now! You need to use python convert-hf-to-gguf.py UAE-Large-V1 --outfile models/uae-large-v1-f16.gguf --outtype f16 where |
Beta Was this translation helpful? Give feedback.
-
This should be added to the main readme |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Anyone have any guidance about making models like this work in llama.cpp? https://huggingface.co/WhereIsAI/UAE-Large-V1/
Ran into this error attempting to use
convert.py
. Never attempted a GGUF before. Thanks!Beta Was this translation helpful? Give feedback.
All reactions