Skip to content

Commit

Permalink
libraft 24.02 is released, switching channel
Browse files Browse the repository at this point in the history
Summary:
libraft 24.02 is now in the main channel of rapidsai (and no longer in the nightly), switching channel we build against to prepare for the release of faiss-gpu-raft

cmake build will continue to use the nightly, but the conda packages will be built against the release

Reviewed By: mlomeli1

Differential Revision: D53712646

fbshipit-source-id: de60c3336e6a199b496fc3829d71a778e5ea8cbd
  • Loading branch information
algoriddle authored and facebook-github-bot committed Feb 14, 2024
1 parent f262011 commit a187394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
command: |
cd conda
conda build faiss-gpu-raft --variants '{ "cudatoolkit": "<<parameters.cuda>>", "c_compiler_version": "<<parameters.compiler_version>>", "cxx_compiler_version": "<<parameters.compiler_version>>" }' \
-c pytorch -c nvidia/label/cuda-<<parameters.cuda>> -c nvidia -c rapidsai-nightly -c conda-forge
-c pytorch -c nvidia/label/cuda-<<parameters.cuda>> -c nvidia -c rapidsai -c conda-forge
- when:
condition:
and:
Expand All @@ -182,7 +182,7 @@ jobs:
command: |
cd conda
conda build faiss-gpu-raft --variants '{ "cudatoolkit": "<<parameters.cuda>>", "c_compiler_version": "<<parameters.compiler_version>>", "cxx_compiler_version": "<<parameters.compiler_version>>" }' \
--user pytorch --label <<parameters.label>> -c pytorch -c nvidia/label/cuda-<<parameters.cuda>> -c nvidia -c rapidsai-nightly -c conda-forge
--user pytorch --label <<parameters.label>> -c pytorch -c nvidia/label/cuda-<<parameters.cuda>> -c nvidia -c rapidsai -c conda-forge
build_cmake:
parameters:
Expand Down

0 comments on commit a187394

Please sign in to comment.