What happened?
Currently, the build for hnswlib fails on ppc64le as the compiler flag -march=native is unknown. The equivalent on ppc64le is -mcpu=native. This PR (chroma-core/hnswlib#12) fixes this issue, hence, makes ChromaDB usable on ppc64le.
Versions
Chroma v0.4.16, Python 3.10, ppc64le
Relevant log output
No response
What happened?
Currently, the build for hnswlib fails on ppc64le as the compiler flag
-march=nativeis unknown. The equivalent on ppc64le is-mcpu=native. This PR (chroma-core/hnswlib#12) fixes this issue, hence, makes ChromaDB usable on ppc64le.Versions
Chroma v0.4.16, Python 3.10, ppc64le
Relevant log output
No response