Revert "faiss: 1.7.4 -> 1.8.0" (#330183)

As indicated by nixpkgs-review, ofBorg and the prior discussion, faissCuda still does not build.
This commit is contained in:
Martin Weinelt 2024-07-26 16:27:37 +02:00 committed by GitHub
parent ce15b0c196
commit ad9a6e0d22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@
let
pname = "faiss";
version = "1.8.0";
version = "1.7.4";
inherit (cudaPackages) flags backendStdenv;
@ -51,7 +51,7 @@ stdenv.mkDerivation {
owner = "facebookresearch";
repo = pname;
rev = "v${version}";
hash = "sha256-nS8nhkNGGb2oAJKfr/MIAZjAwMxBGbNd16/CkEtv67I=";
hash = "sha256-WSce9X6sLZmGM5F0ZkK54VqpIy8u1VB0e9/l78co29M=";
};
patches = [