Skip to content

Commit dd4cec2

Browse files
Michael Norrisfacebook-github-bot
Michael Norris
authored andcommitted
Fix nightly cuVS 11.8.0 failure (#4149)
Summary: Pull Request resolved: #4149 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. Reviewed By: gtwang01 Differential Revision: D68781021 fbshipit-source-id: 7fa1a956e313994c9965502ea09b123c4c64acb4
1 parent cd797c7 commit dd4cec2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

conda/faiss-gpu-cuvs/meta.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ outputs:
5454
- mkl =2023 # [x86_64]
5555
- mkl-devel =2023 # [x86_64]
5656
- cuda-toolkit {{ cudatoolkit }}
57+
- cuda-cudart =12.6.77
58+
- cuda-cudart-dev =12.6.77
59+
- cuda-cudart-static =12.6.77
60+
- cuda-cudart_linux-64 =12.6.77 # [linux64]
61+
- cuda-cudart-dev_linux-64 =12.6.77 # [linux64]
62+
- cuda-cudart-static_linux-64 =12.6.77 # [linux64]
5763
host:
5864
- _openmp_mutex =4.5=2_kmp_llvm # [x86_64]
5965
- mkl =2023 # [x86_64]

0 commit comments

Comments
 (0)