python3Packages.faiss-cpu: init 1.14.1
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
mkPythonMetaPackage,
|
||||
faiss,
|
||||
}:
|
||||
|
||||
mkPythonMetaPackage {
|
||||
pname = "faiss-cpu";
|
||||
inherit (faiss) version;
|
||||
dependencies = [ faiss ];
|
||||
meta = {
|
||||
inherit (faiss.meta) description homepage;
|
||||
};
|
||||
}
|
||||
@@ -5337,6 +5337,16 @@ self: super: with self; {
|
||||
};
|
||||
};
|
||||
|
||||
faiss-cpu = callPackage ../development/python-modules/faiss-cpu {
|
||||
faiss = self.faiss.override {
|
||||
faiss-build = pkgs.faiss.override {
|
||||
pythonSupport = true;
|
||||
python3Packages = self;
|
||||
cudaSupport = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
fake-useragent = callPackage ../development/python-modules/fake-useragent { };
|
||||
|
||||
faker = callPackage ../development/python-modules/faker { };
|
||||
|
||||
Reference in New Issue
Block a user