We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0d091 commit 943baceCopy full SHA for 943bace
conda/build_pytorch.sh
@@ -265,7 +265,7 @@ else
265
. ./switch_cuda_version.sh "$desired_cuda"
266
# TODO, simplify after anaconda fixes their cudatoolkit versioning inconsistency.
267
# see: https://github.com/conda-forge/conda-forge.github.io/issues/687#issuecomment-460086164
268
- if [[ "desired_cuda" == "12.1" ]]; then
+ if [[ "$desired_cuda" == "12.1" ]]; then
269
export CONDA_CUDATOOLKIT_CONSTRAINT=" - pytorch-cuda >=12.1,<12.2 # [not osx]"
270
export MAGMA_PACKAGE=" - magma-cuda121 # [not osx and not win]"
271
elif [[ "$desired_cuda" == "11.8" ]]; then
0 commit comments