Skip to content

Commit

Permalink
Bump libraft to 24.06 to unblock nightly RAFT builds (facebookresearc…
Browse files Browse the repository at this point in the history
…h#3522)

Summary:
Pull Request resolved: facebookresearch#3522

Quick fix to unblock nightly

Reviewed By: mlomeli1

Differential Revision: D58694193

fbshipit-source-id: ea323991cc2e2b958fc11ab614dcd6e09d4c072c
  • Loading branch information
ramilbakhshyiev authored and facebook-github-bot committed Jun 18, 2024
1 parent 849557a commit e188eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/faiss-gpu-raft/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ outputs:
- _openmp_mutex =4.5=2_kmp_llvm # [x86_64]
- mkl =2023 # [x86_64]
- openblas # [not x86_64]
- libraft =24.04
- libraft =24.06
- cuda-version {{ cuda_constraints }}
run:
- _openmp_mutex =4.5=2_kmp_llvm # [x86_64]
- mkl =2023 # [x86_64]
- openblas # [not x86_64]
- cuda-cudart {{ cuda_constraints }}
- libcublas {{ libcublas_constraints }}
- libraft =24.04
- libraft =24.06
- cuda-version {{ cuda_constraints }}
test:
requires:
Expand Down

0 comments on commit e188eb3

Please sign in to comment.