Skip to content

Commit b7efd3a

Browse files
algoriddlefacebook-github-bot
authored andcommitted
bump libraft version to fix nightly
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
1 parent c3aa526 commit b7efd3a

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
@@ -48,12 +48,12 @@ outputs:
4848
- mkl =2023 # [x86_64]
4949
- openblas # [not x86_64]
5050
- cuda-version {{ cudatoolkit }}
51-
- libraft =23.12
51+
- libraft =24.02
5252
run:
5353
- mkl =2023 # [x86_64]
5454
- openblas # [not x86_64]
5555
- {{ pin_compatible('cuda-version', max_pin='x') }}
56-
- libraft =23.12
56+
- libraft =24.02
5757
test:
5858
requires:
5959
- conda-build

0 commit comments

Comments
 (0)