Prepare for v1.5.2 release

pull/843/head v1.5.2
Lucas Hosseini 2019-05-28 16:22:38 +02:00
parent a8118acbc5
commit dacd5a9f51
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -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',