File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
.github/actions/build_conda Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 }}
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
Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments