We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8118ac commit dacd5a9Copy full SHA for dacd5a9
conda/Dockerfile
@@ -3,7 +3,7 @@ FROM soumith/conda-cuda:latest
3
COPY ./ faiss
4
WORKDIR /faiss/conda
5
6
-ENV FAISS_BUILD_VERSION 1.5.1
+ENV FAISS_BUILD_VERSION 1.5.2
7
ENV FAISS_BUILD_NUMBER 1
8
RUN conda build faiss --no-anaconda-upload -c pytorch
9
RUN CUDA_ROOT=/usr/local/cuda-8.0 \
python/setup.py
@@ -27,7 +27,7 @@
27
"""
28
setup(
29
name='faiss',
30
- version='1.5.1',
+ version='1.5.2',
31
description='A library for efficient similarity search and clustering of dense vectors',
32
long_description=long_description,
33
url='https://github.com/facebookresearch/faiss',
0 commit comments