Skip to content

Commit

Permalink
Resolve Packaging Issues (facebookresearch#4044)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: facebookresearch#4044

Reviewed By: junjieqi, ramilbakhshyiev

Differential Revision: D67034775

Pulled By: asadoughi

fbshipit-source-id: 6e1edbecd0526a01d2deb6d4609b469f0ed6e9fd
  • Loading branch information
tarang-jain authored and facebook-github-bot committed Dec 10, 2024
1 parent ddb7e0d commit f5cd7d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build_conda/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ runs:
working-directory: conda
run: |
conda build faiss-gpu-cuvs --variants '{ "cudatoolkit": "${{ inputs.cuda }}" }' \
-c pytorch -c rapidsai -c rapidsai-nightly -c conda-forge -c nvidia/label/cuda-${{ inputs.cuda }} -c nvidia
-c pytorch -c rapidsai -c rapidsai-nightly -c conda-forge
- name: Conda build (GPU w/ cuVS) w/ anaconda upload
if: inputs.label != '' && inputs.cuda != '' && inputs.cuvs != ''
shell: ${{ steps.choose_shell.outputs.shell }}
Expand All @@ -89,4 +89,4 @@ runs:
PACKAGE_TYPE: ${{ inputs.label }}
run: |
conda build faiss-gpu-cuvs --variants '{ "cudatoolkit": "${{ inputs.cuda }}" }' \
--user pytorch --label ${{ inputs.label }} -c pytorch -c rapidsai -c rapidsai-nightly -c conda-forge -c nvidia/label/cuda-${{ inputs.cuda }} -c nvidia
--user pytorch --label ${{ inputs.label }} -c pytorch -c rapidsai -c rapidsai-nightly -c conda-forge
2 changes: 1 addition & 1 deletion conda/faiss-gpu-cuvs/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ outputs:
- mkl =2023 # [x86_64]
- openblas # [not x86_64]
- libcuvs =24.08
- cuda-version {{ cuda_constraints }}
- cuda-version {{ cudatoolkit }}
run:
- _openmp_mutex =4.5=2_kmp_llvm # [x86_64]
- mkl =2023 # [x86_64]
Expand Down

0 comments on commit f5cd7d0

Please sign in to comment.