Skip to content

Commit

Permalink
properly skip cuda 11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari authored and hmaarrfk committed Dec 15, 2024
1 parent 092d74e commit 4e9b21e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ build:
# required by the setup.py script to find the right version in 0.20.1
- BUILD_VERSION={{ version }}
skip: true # [win]
# aarch doesn't have a build for cuda 11.8 yet
skip: true # [ aarch64 and cuda_compiler_version == "11.8"]
# not supported by pytorch anymore
skip: true # [cuda_compiler_version == "11.8"]

requirements:
build:
Expand Down

0 comments on commit 4e9b21e

Please sign in to comment.