This repository contains a legacy .ggml file whose first tensor declares n_dims = 5, causing the public llama.cpp converter to abort with:
.ggml
n_dims = 5
llama.cpp
AssertionError: Invalid tensor dimensions 5
-