faiss/contrib/torch
Michael Norris eff0898a13 Enable linting: lint config changes plus arc lint command (#3966)
Summary:
Pull Request resolved: https://github.com/facebookresearch/faiss/pull/3966

This actually enables the linting.

Manual changes:
- tools/arcanist/lint/fbsource-licenselint-config.toml
- tools/arcanist/lint/fbsource-lint-engine.toml

Automated changes:
`arc lint --apply-patches --take LICENSELINT --paths-cmd 'hg files faiss'`

Reviewed By: asadoughi

Differential Revision: D64484165

fbshipit-source-id: 4f2f6e953c94ef6ebfea8a5ae035ccfbea65ed04
2024-10-22 09:46:48 -07:00
..
README.md
__init__.py
clustering.py Enable linting: lint config changes plus arc lint command (#3966) 2024-10-22 09:46:48 -07:00
quantization.py Enable linting: lint config changes plus arc lint command (#3966) 2024-10-22 09:46:48 -07:00

README.md

The Torch contrib

This contrib directory contains a few Pytorch routines that are useful for similarity search. They do not necessarily depend on Faiss.

The code is designed to work with CPU and GPU tensors.