Skip to content

Commit f5cd7d0

Browse files
tarang-jainfacebook-github-bot
authored andcommitted
Resolve Packaging Issues (facebookresearch#4044)
Summary: Pull Request resolved: facebookresearch#4044 Reviewed By: junjieqi, ramilbakhshyiev Differential Revision: D67034775 Pulled By: asadoughi fbshipit-source-id: 6e1edbecd0526a01d2deb6d4609b469f0ed6e9fd
1 parent ddb7e0d commit f5cd7d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/build_conda/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ runs:
8080
working-directory: conda
8181
run: |
8282
conda build faiss-gpu-cuvs --variants '{ "cudatoolkit": "${{ inputs.cuda }}" }' \
83-
-c pytorch -c rapidsai -c rapidsai-nightly -c conda-forge -c nvidia/label/cuda-${{ inputs.cuda }} -c nvidia
83+
-c pytorch -c rapidsai -c rapidsai-nightly -c conda-forge
8484
- name: Conda build (GPU w/ cuVS) w/ anaconda upload
8585
if: inputs.label != '' && inputs.cuda != '' && inputs.cuvs != ''
8686
shell: ${{ steps.choose_shell.outputs.shell }}
@@ -89,4 +89,4 @@ runs:
8989
PACKAGE_TYPE: ${{ inputs.label }}
9090
run: |
9191
conda build faiss-gpu-cuvs --variants '{ "cudatoolkit": "${{ inputs.cuda }}" }' \
92-
--user pytorch --label ${{ inputs.label }} -c pytorch -c rapidsai -c rapidsai-nightly -c conda-forge -c nvidia/label/cuda-${{ inputs.cuda }} -c nvidia
92+
--user pytorch --label ${{ inputs.label }} -c pytorch -c rapidsai -c rapidsai-nightly -c conda-forge

conda/faiss-gpu-cuvs/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ outputs:
5959
- mkl =2023 # [x86_64]
6060
- openblas # [not x86_64]
6161
- libcuvs =24.08
62-
- cuda-version {{ cuda_constraints }}
62+
- cuda-version {{ cudatoolkit }}
6363
run:
6464
- _openmp_mutex =4.5=2_kmp_llvm # [x86_64]
6565
- mkl =2023 # [x86_64]

0 commit comments

Comments
 (0)