faiss 1.7.2-5 source package in Ubuntu
Changelog
faiss (1.7.2-5) unstable; urgency=medium * Team upload. * Skip long-running MEAM_LEAK.* test during build -- Timo Röhling <email address hidden> Wed, 09 Feb 2022 08:00:49 +0100
Upload details
- Uploaded by:
- Debian Deep Learning Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Deep Learning Team
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
faiss_1.7.2-5.dsc | 2.0 KiB | a4addacc128b742e4eb3afcd7dc5f6a1017139ba308384b1790be0562990771d |
faiss_1.7.2.orig.tar.gz | 723.1 KiB | d49b4afd6a7a5b64f260a236ee9b2efb760edb08c33d5ea5610c2f078a5995ec |
faiss_1.7.2-5.debian.tar.xz | 6.4 KiB | e01ec402d06ed8eccd9aaef11eb0e9085e8f50d9011dabeaa597e031372eac63 |
Available diffs
- diff from 1.7.0-1build2 (in Ubuntu) to 1.7.2-5 (751.9 KiB)
- diff from 1.7.2-4 to 1.7.2-5 (897 bytes)
No changes file available.
Binary packages built by this source
- libfaiss-dev: efficient similarity search and clustering of dense vectors
Faiss is a library for efficient similarity search and clustering of dense
vectors. It contains algorithms that search in sets of vectors of any size, up
to ones that possibly do not fit in RAM. It also contains supporting code for
evaluation and parameter tuning. Faiss is written in C++ with complete wrappers
for Python/numpy. Some of the most useful algorithms are implemented on the
GPU. It is developed by Facebook AI Research.
.
This package contains the CPU-only version of the development files.
- python3-faiss: Python 3 module for efficient similarity search and clustering of dense vectors
Faiss is a library for efficient similarity search and clustering of dense
vectors. It contains algorithms that search in sets of vectors of any size, up
to ones that possibly do not fit in RAM. It also contains supporting code for
evaluation and parameter tuning. Faiss is written in C++ with complete wrappers
for Python/numpy. Some of the most useful algorithms are implemented on the
GPU. It is developed by Facebook AI Research.
.
This package contains the CPU-only version of the Python interface.
- python3-faiss-dbgsym: debug symbols for python3-faiss