Closed
Description
When a model is unsupported (at least on Metal) an assert in the llama.cpp/ggml-metal.m
code causes a crash. To fix this we need to find a way to check for supported models by a given backend and fail gracefully. This is a good candidate to add to llama.cpp
itself since this is an issue with the library itself that we can't handle in our code without duplicating the potential fix.
Metadata
Metadata
Assignees
Labels
No labels