发布

  • fix: add minimal CI dependencies for HNSW and DiskANN backends

    frostbyte_neo 发布于 2025-07-24 08:06:57 +00:00

    • HNSW (Ubuntu): add libopenblas-dev for BLAS requirements
    • DiskANN (Ubuntu): keep MKL, remove redundant pkg-config (HNSW already has it)
    • DiskANN (macOS): add protobuf for build requirements
    • Both: ensure patchelf for auditwheel on Linux

    This avoids OpenBLAS/MKL conflicts by using them in separate jobs

    下载附件