From a187394a8a72359e7e1a54ca6f160a16ece37b5e Mon Sep 17 00:00:00 2001 From: Gergely Szilvasy Date: Wed, 14 Feb 2024 04:38:45 -0800 Subject: [PATCH] libraft 24.02 is released, switching channel 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 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5b4216450..94aad3b11 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -168,7 +168,7 @@ jobs: command: | cd conda conda build faiss-gpu-raft --variants '{ "cudatoolkit": "<>", "c_compiler_version": "<>", "cxx_compiler_version": "<>" }' \ - -c pytorch -c nvidia/label/cuda-<> -c nvidia -c rapidsai-nightly -c conda-forge + -c pytorch -c nvidia/label/cuda-<> -c nvidia -c rapidsai -c conda-forge - when: condition: and: @@ -182,7 +182,7 @@ jobs: command: | cd conda conda build faiss-gpu-raft --variants '{ "cudatoolkit": "<>", "c_compiler_version": "<>", "cxx_compiler_version": "<>" }' \ - --user pytorch --label <> -c pytorch -c nvidia/label/cuda-<> -c nvidia -c rapidsai-nightly -c conda-forge + --user pytorch --label <> -c pytorch -c nvidia/label/cuda-<> -c nvidia -c rapidsai -c conda-forge build_cmake: parameters: