Commit Graph

26 Commits (fed61e6d954866f1f21fdfb8e14ebaf33a8cb47d)

Author SHA1 Message Date
H. Vetinari ee701b9bff add a subsection for installation from conda-forge (#1740)
Summary:
After existing for close to a year and considering the quality (IMO) of the collaboration since then,
I believe it would be reasonable to also mention the conda-forge packages in `INSTALL.md`.

WDYT mdouze beauby?

Pull Request resolved: https://github.com/facebookresearch/faiss/pull/1740

Reviewed By: mdouze

Differential Revision: D26870699

Pulled By: beauby

fbshipit-source-id: 17465cd5c9f138f041d394d61fccd086bcafc3c7
2021-03-08 00:32:31 -08:00
Lucas Hosseini 0336293fec Update INSTALL.md. (#1686)
Summary:
Add detailed information about installing/building/testing.

Pull Request resolved: https://github.com/facebookresearch/faiss/pull/1686

Reviewed By: mdouze

Differential Revision: D26453860

Pulled By: beauby

fbshipit-source-id: a64f1ad46648d5576911459e833699ea37819c9d
2021-02-16 06:52:56 -08:00
Matthijs Douze 218a6a9b90 Update INSTALL.md (#1456)
Summary:
Added doc + placeholders on how to compile demos and tests with cmake

Pull Request resolved: https://github.com/facebookresearch/faiss/pull/1456

Reviewed By: wickedfoo

Differential Revision: D25562575

Pulled By: mdouze

fbshipit-source-id: d1decdfc263b4ca3fcd8c5f6ec50f5d950ac5588
2020-12-15 15:00:25 -08:00
Lucas Hosseini 1d4b1571e9 Update INSTALL.md (#1346)
Summary: Pull Request resolved: https://github.com/facebookresearch/faiss/pull/1346

Reviewed By: mdouze

Differential Revision: D23246125

Pulled By: beauby

fbshipit-source-id: 3bc3da50e26226e6010af8a6f7db23111d922a50
2020-08-22 22:32:18 -07:00
Lucas Hosseini a8e4c5e2d5 Move build to CMake (#1313)
Summary: Pull Request resolved: https://github.com/facebookresearch/faiss/pull/1313

Reviewed By: mdouze

Differential Revision: D22948267

Pulled By: beauby

fbshipit-source-id: ec16fa0342f37672d46fb7886ecc55c7996011c4
2020-08-14 15:03:10 -07:00
kfoldcrossvalidator 13a2d4ef8f Update INSTALL.md (#1222)
Summary:
Added a quotation mark here, so copy and pasting works.

Pull Request resolved: https://github.com/facebookresearch/faiss/pull/1222

Reviewed By: patricklabatut

Differential Revision: D23002083

Pulled By: beauby

fbshipit-source-id: e92b07a5326b3b79f035e8869937d853bec1df69
2020-08-07 11:10:59 -07:00
imlidian bc52661468 fixed. wrong python path on install doc (#1321)
Summary: Pull Request resolved: https://github.com/facebookresearch/faiss/pull/1321

Reviewed By: patricklabatut

Differential Revision: D22999873

Pulled By: beauby

fbshipit-source-id: 28696e8f7bb9e2bf6a8092b19853ac331415f810
2020-08-07 08:46:52 -07:00
Matthijs Douze 817a3ac77d
Update INSTALL.md 2020-03-29 12:43:10 +02:00
Matthijs Douze b460b0e9d5
Update INSTALL.md 2019-04-11 11:24:35 +02:00
Lucas Hosseini 7f5b22b0ff
Add conda packages metadata + tests. (#769)
+ Add conda packages metadata (now building Faiss using conda's toolchain);
+ add Dockerfile for building conda packages (for all CUDA versions);
+ add working Dockerfile building faiss on Centos7;
+ simplify GPU build;
+ avoid falling back to CPU-only version (python);
+ simplify TravisCI config;
+ update INSTALL.md;
+ add configure flag for specifying target architectures (--with-cuda-arch);
+ fix Makefile for gpu tests;
+ fix various Makefile issues;
+ remove stale file (gpu/utils/DeviceUtils.cpp).
2019-04-05 11:50:39 +02:00
Lucas Hosseini 7b07685338
Update INSTALL.md
Remove stale CMake reference.
2019-03-06 12:12:03 +01:00
Lucas Hosseini ac7005b6ef Remove CMake. (#645) 2018-12-23 18:45:16 +01:00
Ailing 7061699721 update INSTALL.md, added CUDA9.2, remove CUDA9.1 support (#583) 2018-11-23 14:23:17 +01:00
Ailing 19cea3d2f4 update conda install info for release 1.3.0 (#516) 2018-07-24 13:24:25 +02:00
Lucas Hosseini a90c36a323
Update INSTALL.md 2018-07-06 20:23:25 +02:00
Lucas Hosseini cf18101f6d Refactor makefiles and add configure script (#466)
* Refactors Makefiles and add configure script.

* Give MKL higher priority in configure script.

* Clean up Linux example makefile.inc.

* Cleanup makefile.inc examples.

* Fix python clean Makefile target.

* Regen swig wrappers.

* Remove useless CUDAFLAGS variable.

* Fix python linking flags.

* Separate compile and link phase in python makefile.

* Add macro to look for swig.

* Add CUDA check in configure script.

* Cleanup make depend targets.

* Cleanup CUDA flags.

* Fix linking flags.

* Fix python GPU linking.

* Remove useless flags from python gpu module linking.

* Add check for cuda libs.

* Cleanup GPU targets.

* Clean up test target.

* Add cpu/gpu targets to python makefile.

* Clean up tutorial Makefile.

* Remove stale OS var from example makefiles.

* Clean up cuda example flags.
2018-06-02 08:35:30 +02:00
Ailing 17cc899b85 update conda install info (#395)
thanks. Also addresses #392
2018-04-05 10:12:32 +02:00
Ailing 8428f91548 update Readme to include conda install info (#363)
* :update Readme to include conda install info

* move to INSTALL.md
2018-03-13 18:10:44 +01:00
Eduardo Pinho de0541c365 Add C API (#317)
* Add C API

* Add installation instructions for the C API
2018-02-26 11:23:17 +01:00
Matthijs Douze 0c482e54eb sync with FB version 2018-02-23 (#347)
- support on-disk IVF
2018-02-23 07:49:45 -08:00
Matthijs Douze 56383610bc
Update INSTALL.md 2018-02-14 10:05:08 +01:00
Vincent Smith 2b7d2a1090 updates to INSTALL.md (#333) 2018-02-08 07:35:21 +01:00
alexandresablayrolles 4fe9204683 Update INSTALL.md (#319) 2018-01-26 10:35:49 +01:00
Tom Dyson 7cc879c70c fixes typo in installation docs (#310) 2018-01-22 16:31:26 +01:00
Kaiyu Shi 270e501a1f Add missing cd command for cmake bulid (#305)
ok
2018-01-11 09:21:48 +01:00
Julieta 8d0643ae74 make INSTALL a proper markdown file (#196)
* make INSTALL a proper markdown file

* add clarification to gpu test

* add forgotten parenthesis
2017-08-31 06:27:53 +02:00