Unverified Commit 4e74b733 authored by Someone's avatar Someone Committed by GitHub
Browse files

faiss: restore `passthru` attributes (#348104)

parents b1ea4a36 adcc088c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -105,6 +105,10 @@ stdenv.mkDerivation {
    cp faiss/python/dist/*.whl "$dist/"
  '';

  passthru = {
    inherit cudaSupport cudaPackages pythonSupport;
  };

  meta = {
    description = "Library for efficient similarity search and clustering of dense vectors by Facebook Research";
    mainProgram = "demo_ivfpq_indexing";