Skip to content

Commit e188eb3

Browse files
Bump libraft to 24.06 to unblock nightly RAFT builds (facebookresearch#3522)
Summary: Pull Request resolved: facebookresearch#3522 Quick fix to unblock nightly Reviewed By: mlomeli1 Differential Revision: D58694193 fbshipit-source-id: ea323991cc2e2b958fc11ab614dcd6e09d4c072c
1 parent 849557a commit e188eb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conda/faiss-gpu-raft/meta.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ outputs:
5858
- _openmp_mutex =4.5=2_kmp_llvm # [x86_64]
5959
- mkl =2023 # [x86_64]
6060
- openblas # [not x86_64]
61-
- libraft =24.04
61+
- libraft =24.06
6262
- cuda-version {{ cuda_constraints }}
6363
run:
6464
- _openmp_mutex =4.5=2_kmp_llvm # [x86_64]
6565
- mkl =2023 # [x86_64]
6666
- openblas # [not x86_64]
6767
- cuda-cudart {{ cuda_constraints }}
6868
- libcublas {{ libcublas_constraints }}
69-
- libraft =24.04
69+
- libraft =24.06
7070
- cuda-version {{ cuda_constraints }}
7171
test:
7272
requires:

0 commit comments

Comments
 (0)