Skip to content

Request: Keep ggml-metal.* files in separate directory from main binary #1397

@dukeeagle

Description

@dukeeagle

Hi everyone! (And I hope you've been doing well since AIG @ggerganov!!)

I'm running whisper.cpp as a Tauri binary sidecar. This requires that all secondary files in a separate directory in my Tauri app called ./resources.

To run whisper.cpp with Metal, it seems like all ggml-metal.* files need to have the same path as the main whisper.cpp binary. This is incompatible with how Tauri invokes sidecar binaries.

Is that correct? Is there a command line argument that changes this? If not, I'd like to request / contribute to a feature that lets you specify a custom path for your metal files (specifically ggml-metal.h, ggml-metal.m, ggml-metal.metal)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions