Skip to content

Commit

Permalink
FIX use faiss only in AMD64 for 11.8 in recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
dantegd committed Oct 10, 2023
1 parent f979607 commit 2e9c4ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conda/recipes/raft-ann-bench/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ requirements:
- nlohmann_json {{ nlohmann_json_version }}
# Temporarily ignore faiss benchmarks on CUDA 12 because packages do not exist yet
{% if cuda_major == "11" %}
- faiss-proc=*=cuda
- libfaiss {{ faiss_version }}
- faiss-proc=*=cuda # [linux64]
- libfaiss {{ faiss_version }} # [linux64]
{% endif %}
- h5py {{ h5py_version }}
- benchmark
Expand All @@ -94,8 +94,8 @@ requirements:
- glog {{ glog_version }}
# Temporarily ignore faiss benchmarks on CUDA 12 because packages do not exist yet
{% if cuda_major == "11" %}
- faiss-proc=*=cuda
- libfaiss {{ faiss_version }}
- faiss-proc=*=cuda # [linux64]
- libfaiss {{ faiss_version }} # [linux64]
{% endif %}
- h5py {{ h5py_version }}
- benchmark
Expand Down

0 comments on commit 2e9c4ba

Please sign in to comment.