Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
F
faiss
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
faiss
Commits
cf74971a
Commit
cf74971a
authored
Mar 15, 2017
by
Matthijs Douze
Committed by
GitHub
Mar 15, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update INSTALL
parent
f7fb309e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
INSTALL
INSTALL
+3
-1
No files found.
INSTALL
View file @
cf74971a
...
...
@@ -163,6 +163,7 @@ 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
...
...
@@ -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.
...
...
@@ -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
foun
d in the Makefile.
the static version (.a), add the LDFLAGS
use
d in the Makefile.
Python
------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment