Skip to content

Commit

Permalink
bump libraft version to fix nightly
Browse files Browse the repository at this point in the history
Summary:
Diff summary courtesy of Metamate:

This diff bumps the version of libraft to fix nightly issues in the faiss-gpu-raft package. The code changes include updating the libraft version in the meta.yaml file to 24.02. This change is necessary to ensure that the package is compatible with the latest version of libraft.

Reviewed By: mlomeli1

Differential Revision: D52736355

fbshipit-source-id: 7ac2427210c06eb2d1c3ab4a3d37d48494fb039e
  • Loading branch information
algoriddle authored and facebook-github-bot committed Jan 13, 2024
1 parent c3aa526 commit b7efd3a
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 @@ -48,12 +48,12 @@ outputs:
- mkl =2023 # [x86_64]
- openblas # [not x86_64]
- cuda-version {{ cudatoolkit }}
- libraft =23.12
- libraft =24.02
run:
- mkl =2023 # [x86_64]
- openblas # [not x86_64]
- {{ pin_compatible('cuda-version', max_pin='x') }}
- libraft =23.12
- libraft =24.02
test:
requires:
- conda-build
Expand Down

0 comments on commit b7efd3a

Please sign in to comment.