Why "vision_model.post_layernorm" is skipped in llama.cpp/examples /llava/convert_image_encoder_to_gguf.py #9050
Unanswered
DanialTaheri
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am looking at the https://github.com/ggerganov/llama.cpp/blob/master/examples/llava/convert_image_encoder_to_gguf.py#L19 and I see that the "post_layernorm" weight and biass is skipped in the gguf conversion of the encoder, and subsequently in the inference graph for Llava. What is the reason for that?
Beta Was this translation helpful? Give feedback.
All reactions