I rtried to feed llama.cpp CLI with the gguf generated via setup
here what I got
root@stm32mp2:~/extra/llama.cpp# ./llama-cli -m models/ggml-model-i2_s.gguf
Log start
main: build = 3247 (911e35b)
main: built with aarch64-ostl-linux-gcc (GCC) 12.3.0 for aarch64-ostl-linux
main: seed = 1729273000
GGML_ASSERT: ggml/src/ggml.c:20602: 0 <= info->type && info->type < GGML_TYPE_COUNT
Aborted (core dumped)
this because I tried to run your model with llama.cpp compiled on aarch64-ostl-linux-gcc (GCC) 12.3.0 for aarch64-ostl-linux
any workaround please ?
I rtried to feed llama.cpp CLI with the gguf generated via setup
here what I got
root@stm32mp2:~/extra/llama.cpp# ./llama-cli -m models/ggml-model-i2_s.gguf
Log start
main: build = 3247 (911e35b)
main: built with aarch64-ostl-linux-gcc (GCC) 12.3.0 for aarch64-ostl-linux
main: seed = 1729273000
GGML_ASSERT: ggml/src/ggml.c:20602: 0 <= info->type && info->type < GGML_TYPE_COUNT
Aborted (core dumped)
this because I tried to run your model with llama.cpp compiled on aarch64-ostl-linux-gcc (GCC) 12.3.0 for aarch64-ostl-linux
any workaround please ?