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 2c77a0c commit e2e4542Copy full SHA for e2e4542
conda/build_pytorch.sh
@@ -266,7 +266,7 @@ else
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" == "11.8" ]]; then
269
- export CONDA_CUDATOOLKIT_CONSTRAINT=" - pytorch-cuda >=11.9,<12.0 # [not osx]"
+ export CONDA_CUDATOOLKIT_CONSTRAINT=" - pytorch-cuda >=11.8,<11.9 # [not osx]"
270
export MAGMA_PACKAGE=" - magma-cuda118 # [not osx and not win]"
271
elif [[ "$desired_cuda" == "11.7" ]]; then
272
export CONDA_CUDATOOLKIT_CONSTRAINT=" - pytorch-cuda >=11.7,<11.8 # [not osx]"
0 commit comments