Open
Description
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
Labels
No labels