Skip to content

crash on unsupported model #6

Closed
@mdegans

Description

@mdegans

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions