Skip to content

Commit

Permalink
Prepare for v1.5.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Hosseini committed Jun 24, 2019
1 parent 828dcea commit efa81ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Index.h
Expand Up @@ -18,7 +18,7 @@

#define FAISS_VERSION_MAJOR 1
#define FAISS_VERSION_MINOR 5
#define FAISS_VERSION_PATCH 2
#define FAISS_VERSION_PATCH 3

/**
* @namespace faiss
Expand Down
4 changes: 2 additions & 2 deletions conda/Dockerfile
Expand Up @@ -3,8 +3,8 @@ FROM soumith/conda-cuda:latest
COPY ./ faiss
WORKDIR /faiss/conda

ENV FAISS_BUILD_VERSION 1.5.2
ENV FAISS_BUILD_NUMBER 1
ENV FAISS_BUILD_VERSION 1.5.3
ENV FAISS_BUILD_NUMBER 0
RUN conda build faiss --no-anaconda-upload -c pytorch
RUN CUDA_ROOT=/usr/local/cuda-8.0 \
CUDA_ARCH="-gencode=arch=compute_35,code=compute_35 \
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Expand Up @@ -27,7 +27,7 @@
"""
setup(
name='faiss',
version='1.5.2',
version='1.5.3',
description='A library for efficient similarity search and clustering of dense vectors',
long_description=long_description,
url='https://github.com/facebookresearch/faiss',
Expand Down

0 comments on commit efa81ee

Please sign in to comment.