From 2e9c4ba11497fca15d8d85766c26ca8b79b72e18 Mon Sep 17 00:00:00 2001 From: Dante Gama Dessavre Date: Tue, 10 Oct 2023 07:48:17 -0500 Subject: [PATCH] FIX use faiss only in AMD64 for 11.8 in recipe --- conda/recipes/raft-ann-bench/meta.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conda/recipes/raft-ann-bench/meta.yaml b/conda/recipes/raft-ann-bench/meta.yaml index a2ab0af643..baf3db616d 100644 --- a/conda/recipes/raft-ann-bench/meta.yaml +++ b/conda/recipes/raft-ann-bench/meta.yaml @@ -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 @@ -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