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

Adds Swift Package declaration for GGML #674

Merged
merged 2 commits into from
Jan 3, 2024

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.

None yet

2 participants