Skip to content

skip LVQ/LeanVec examples in public-only integration tests#314

Closed
yuejiaointel wants to merge 1 commit intomainfrom
fix/skip-lvq-examples-public-only
Closed

skip LVQ/LeanVec examples in public-only integration tests#314
yuejiaointel wants to merge 1 commit intomainfrom
fix/skip-lvq-examples-public-only

Conversation

@yuejiaointel
Copy link
Copy Markdown
Contributor

@yuejiaointel yuejiaointel commented Apr 7, 2026

Summary

  • Skip FAISS LVQ/LeanVec C++ and Python examples in integration tests when the library is built without LVQ support (public-only and IVF builds)
  • The examples crash with "storage kind not compatible" because LVQ isn't available in those builds

The public-only and IVF builds don't include LVQ/LeanVec support,
so the FAISS LVQ/LeanVec examples crash with "storage kind not
compatible". Skip them based on SUFFIX.
@yuejiaointel
Copy link
Copy Markdown
Contributor Author

seems like a sporadic issue, no need to fix

@ethanglaser
Copy link
Copy Markdown
Member

To clarify - this does need to be fixed, but because a rerun usually resolves it hasn't been addressed as urgently. But the solution is not to skip the runs - we should be supporting clean fallback on non-Intel hardware and that's what these tests are validating

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