Skip to content

Commit

Permalink
Using faiss from pytorch
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolet committed Sep 25, 2023
1 parent 001c224 commit c430bb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions conda/recipes/raft-ann-bench-cpu/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ requirements:
host:
- glog {{ glog_version }}
- matplotlib
- libfaiss-avx2 {{ faiss_version }} # [linux64]
- libfaiss {{ faiss_version }} # [aarch64]
- faiss-cpu {{ faiss_version }}
- nlohmann_json {{ nlohmann_json_version }}
- python
- pyyaml
Expand All @@ -57,8 +56,7 @@ requirements:
run:
- glog {{ glog_version }}
- h5py {{ h5py_version }}
- libfaiss-avx2 {{ faiss_version }} # [linux64]
- libfaiss {{ faiss_version }} # [aarch64]
- faiss-cpu {{ faiss_version }}
- matplotlib
- python
- pyyaml
Expand Down
6 changes: 2 additions & 4 deletions conda/recipes/raft-ann-bench/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ requirements:
# Temporarily ignore faiss benchmarks on CUDA 12 because packages do not exist yet
{% if cuda_major == "11" %}
- faiss-proc=*=cuda
- libfaiss {{ faiss_version }} # [aarch64]
- libfaiss-avx2 {{ faiss_version }} # [linux64]
- libfaiss {{ faiss_version }}
{% endif %}
- h5py {{ h5py_version }}
- benchmark
Expand All @@ -96,8 +95,7 @@ requirements:
# Temporarily ignore faiss benchmarks on CUDA 12 because packages do not exist yet
{% if cuda_major == "11" %}
- faiss-proc=*=cuda
- libfaiss {{ faiss_version }} # [aarch64]
- libfaiss-avx2 {{ faiss_version }} # [linux64]
- libfaiss {{ faiss_version }}
{% endif %}
- h5py {{ h5py_version }}
- benchmark
Expand Down

0 comments on commit c430bb8

Please sign in to comment.