Skip to content

Conversation

1-ashraful-islam
Copy link
Contributor

When adding both whisper.cpp and llama.cpp as package dependency in Xcode - we run into "duplicate declarations of symbols" issue as both of these package uses the same source files for ggml.

Adding this swift package to ggml and importing it as a dependency to both whisper.cpp and llama.cpp solves the issue.

Once this pull request is merged, merge the pull requests to both whisper.cpp and llama.cpp that use ggml as dependency.

- allows importing ggml as package dependency in llama.cpp and whisper.cpp
- resolves issues with duplicate symbol error when importing llama.cpp and whisper.cpp as package dependency
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants