Incompatible Folder Structure

#19
by Beinsezii - opened

LLama.cpp detects the structure as

0.02.489.977 I Available GGUF files:
0.02.489.977 I  - MTP/gemma-4-12b-it-BF16-MTP.gguf
0.02.489.978 I  - MTP/gemma-4-12b-it-F16-MTP.gguf
0.02.489.978 I  - MTP/gemma-4-12b-it-Q8_0-MTP.gguf
0.02.489.978 I  - gemma-4-12b-it-BF16.gguf
0.02.489.978 I  - gemma-4-12b-it-IQ4_NL.gguf
0.02.489.978 I  - gemma-4-12b-it-IQ4_XS.gguf
...

Which means

llama-server -hf unsloth/gemma-4-12b-it-GGUF:Q8_0

Routes to MTP/gemma-4-12b-it-Q8_0-MTP.gguf instead of gemma-4-12b-it-Q8_0.gguf causing a segfault

Might have to rename MTP files like mmproj files

Sign up or log in to comment