-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
Ideally we want to fully install ANN-SoLo using a single pip install
command, rather than having to explicitly manage multiple dependencies.
- Use cross-platform Faiss wheels as dependency.
- Update the installation instructions so that all dependencies are automatically installed.
- Convert
setup.py
to thesetup.cfg
format.