Skip to content

Commit

Permalink
Update INSTALL
Browse files Browse the repository at this point in the history
  • Loading branch information
mdouze authored Mar 15, 2017
1 parent f7fb309 commit cf74971
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ Real-life test

The following script extends the demo_sift1M test to several types of
indexes:


export PYTHONPATH=. # needed because the script is in a subdirectory
python python/demo_auto_tune.py

It will cycle through a few types of indexes and find optimal
Expand Down Expand Up @@ -240,6 +241,7 @@ Python example with GPU support

The auto-tuning example above also runs on the GPU. Edit

export PYTHONPATH=.
python/demo_auto_tune.py

to enable and run it.
Expand All @@ -256,7 +258,7 @@ The makefile generates a static and a dynamic library
libfaiss.so (or libfaiss.dylib)

the executable should be linked to one of these. If you use
the static version (.a), add the LDFLAGS found in the Makefile.
the static version (.a), add the LDFLAGS used in the Makefile.

Python
------
Expand Down

0 comments on commit cf74971

Please sign in to comment.