Skip to content

Commit

Permalink
Updating faiss version
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolet committed Sep 25, 2023
1 parent a5585fa commit 7d21375
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion conda/environments/bench_ann_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ dependencies:
- libcusolver=11.4.1.48
- libcusparse-dev=11.7.5.86
- libcusparse=11.7.5.86
- libfaiss>=1.7.1
- libfaiss-avx2=1.7.4
- libfaiss=1.7.4
- nccl>=2.9.9
- ninja
- nlohmann_json>=3.11.2
Expand Down
9 changes: 8 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,16 @@ dependencies:
- nlohmann_json>=3.11.2
- glog>=0.6.0
- h5py>=3.8.0
- libfaiss>=1.7.1
- libfaiss=1.7.4
- benchmark>=1.8.2
- faiss-proc=*=cuda
specific:
- output_types: [conda, pyproject, requirements]
matrices:
- matrix:
arch: x86_64
packages:
- libfaiss-avx2=1.7.4
nn_bench_python:
common:
- output_types: [conda]
Expand Down

0 comments on commit 7d21375

Please sign in to comment.