File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
conda/torch-points-kernels Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 9696 - name : Publish Conda package
9797 run : |
9898 conda install anaconda-client --yes
99- anaconda upload --force -u torch-points3d - -label main $HOME/conda-bld/*/*.tar.bz2
99+ anaconda upload --force --label main $HOME/conda-bld/*/*.tar.bz2
100100 env :
101101 ANACONDA_API_TOKEN : ${{ secrets.CONDA_TOKEN }}
102102 shell :
Original file line number Diff line number Diff line change @@ -39,4 +39,8 @@ echo "PyTorch $TORCH_VERSION+$CUDA_VERSION"
3939echo " - $CONDA_PYTORCH_CONSTRAINT "
4040echo " - $CONDA_CUDATOOLKIT_CONSTRAINT "
4141
42- conda build . -c pytorch -c default -c nvidia --output-folder " $HOME /conda-bld"
42+ if [ " ${CUDA_VERSION} " = " cu116" ]; then
43+ conda build . -c pytorch -c default -c nvidia -c conda-forge --output-folder " $HOME /conda-bld"
44+ else
45+ conda build . -c pytorch -c default -c nvidia --output-folder " $HOME /conda-bld"
46+ fi
You can’t perform that action at this time.
0 commit comments