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

Fix linker error for tests #570

Closed
wants to merge 1 commit into from

Conversation

kirillsurkov
Copy link

Link tests with ggml to avoid these errors:

[build] test-quantize.c.obj : error LNK2019: unresolved external symbol ggml_quantize_q4_0 referenced in function main
[build] test-quantize.c.obj : error LNK2019: unresolved external symbol ggml_quantize_q4_1 referenced in function main

@anzz1
Copy link
Contributor

anzz1 commented Mar 28, 2023

I reckon you are using MinGW ? This PR should fix it:

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.

3 participants