Converting models that use an int[] for "num_attention_heads" in the config.json
#8011
Unanswered
JMPSequeira
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'm trying to convert this model nyunai/nyun-c2-llama3-50B.
Conversion because llama.cpp expects an
int
for the "num_attention_heads" parameter and in theconfig.json
it shows anint[]
.Is there a workaround here?
Beta Was this translation helpful? Give feedback.
All reactions