From 3ff4776213dec54d103c214f84fc15297e3ccffa Mon Sep 17 00:00:00 2001 From: Michael Norris Date: Tue, 28 Jan 2025 14:42:22 -0800 Subject: [PATCH] Fix nightly cuVS 11.8.0 failure (#4149) Summary: This pins the cudart version which is possibly causing the issue. After the fix, the cudart is all 12.6.77 which matches the passing build, rather than a mix of 12.4 and 12.8 in the failing builds. Differential Revision: D68781021 --- conda/faiss-gpu-cuvs/meta.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conda/faiss-gpu-cuvs/meta.yaml b/conda/faiss-gpu-cuvs/meta.yaml index a51674b609..e38689233c 100644 --- a/conda/faiss-gpu-cuvs/meta.yaml +++ b/conda/faiss-gpu-cuvs/meta.yaml @@ -54,6 +54,12 @@ outputs: - mkl =2023 # [x86_64] - mkl-devel =2023 # [x86_64] - cuda-toolkit {{ cudatoolkit }} + - cuda-cudart =12.6.77 + - cuda-cudart-dev =12.6.77 + - cuda-cudart-static =12.6.77 + - cuda-cudart_linux-64 =12.6.77 # [linux64] + - cuda-cudart-dev_linux-64 =12.6.77 # [linux64] + - cuda-cudart-static_linux-64 =12.6.77 # [linux64] host: - _openmp_mutex =4.5=2_kmp_llvm # [x86_64] - mkl =2023 # [x86_64]