Skip to content

Commit

Permalink
Making libfaiss installs either or
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolet committed Sep 14, 2023
1 parent a56227e commit 3fcd1e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conda/recipes/raft-ann-bench-cpu/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ requirements:
- glog {{ glog_version }}
- matplotlib
- libfaiss-avx2 {{ faiss_version }} # [linux64]
- libfaiss {{ faiss_version }}
- libfaiss {{ faiss_version }} # [aarch64]
- nlohmann_json {{ nlohmann_json_version }}
- python
- pyyaml
Expand All @@ -58,7 +58,7 @@ requirements:
- glog {{ glog_version }}
- h5py {{ h5py_version }}
- libfaiss-avx2 {{ faiss_version }} # [linux64]
- libfaiss {{ faiss_version }}
- libfaiss {{ faiss_version }} # [aarch64]
- matplotlib
- python
- pyyaml
Expand Down
4 changes: 2 additions & 2 deletions conda/recipes/raft-ann-bench/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +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 }}
- libfaiss {{ faiss_version }} # [aarch64]
- libfaiss-avx2 {{ faiss_version }} # [linux64]
{% endif %}
- h5py {{ h5py_version }}
Expand All @@ -96,7 +96,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 }}
- libfaiss {{ faiss_version }} # [aarch64]
- libfaiss-avx2 {{ faiss_version }} # [linux64]
{% endif %}
- h5py {{ h5py_version }}
Expand Down

0 comments on commit 3fcd1e9

Please sign in to comment.