Skip to content

GGML Shared Library Conflicts in whisper.cpp and llama.cpp #1148

Open
@ming2k

Description

@ming2k

Bug Report: GGML Shared Library Conflict

Issue

Both whisper.cpp and llama.cpp compile and install GGML shared libraries (.so files) to the system. This causes:

  • Overwriting of shared libraries when both projects are installed
  • Package management tracking issues
  • Violation of shared object design principles

Impact

  • System libraries get overwritten unpredictably
  • Package managers cannot properly track dependencies
  • Potential compatibility issues between applications

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions