Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add: ggml graph encoding format #66

Merged
merged 1 commit into from
Apr 10, 2024

Commits on Mar 4, 2024

  1. add: ggml graph encoding format

    This commit adds the `ggml` graph encoding format to the `graph_encoding`
    enum.
    
    The motivation for this is to allow the `wasi-nn` interface to support
    models that are encoded in the `ggml` format which is the model format
    used by llama.cpp.
    
    Signed-off-by: Daniel Bevenius <daniel.bevenius@gmail.com>
    danbev committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    86d5da4 View commit details
    Browse the repository at this point in the history