Safetensors conversion error: KeyError: 'transformer.h.0.input_layernorm.bias' #4175
Answered
by
KerfuffleV2
villesundell
asked this question in
Q&A
-
Hello everyone! 👋
However, I get the following error:
Am I doing something wrong, or is this particular variation of safetensors unsupported? 🤔 (Using the most recent |
Beta Was this translation helpful? Give feedback.
Answered by
KerfuffleV2
Nov 24, 2023
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
villesundell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
convert.py
is just for LLaMA architecture models. From looking at that repo, it seems like Poro uses the Bloom architecture. I think you want to useconvert-hf-to-gguf.py
instead.