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
dacd5a9f
Commit
dacd5a9f
authored
May 28, 2019
by
Lucas Hosseini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prepare for v1.5.2 release
parent
a8118acb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Dockerfile
conda/Dockerfile
+1
-1
setup.py
python/setup.py
+1
-1
No files found.
conda/Dockerfile
View file @
dacd5a9f
...
...
@@ -3,7 +3,7 @@ FROM soumith/conda-cuda:latest
COPY
./ faiss
WORKDIR
/faiss/conda
ENV
FAISS_BUILD_VERSION 1.5.
1
ENV
FAISS_BUILD_VERSION 1.5.
2
ENV
FAISS_BUILD_NUMBER 1
RUN
conda build faiss
--no-anaconda-upload
-c
pytorch
RUN
CUDA_ROOT
=
/usr/local/cuda-8.0
\
...
...
python/setup.py
View file @
dacd5a9f
...
...
@@ -27,7 +27,7 @@ are implemented on the GPU. It is developed by Facebook AI Research.
"""
setup
(
name
=
'faiss'
,
version
=
'1.5.
1
'
,
version
=
'1.5.
2
'
,
description
=
'A library for efficient similarity search and clustering of dense vectors'
,
long_description
=
long_description
,
url
=
'https://github.com/facebookresearch/faiss'
,
...
...
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