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 0e9f028 commit 72eedecCopy full SHA for 72eedec
recipe/meta.yaml
@@ -65,6 +65,11 @@ build:
65
skip: true # [win]
66
# The following skip can be removed when the absl::StrFormat build issues are fixed.
67
skip: true # [cuda_compiler_version == "11.8"]
68
+ # We decided to rebuild for cudnn 9.10 for increased compatibility with pre-tunning
69
+ # devices, as such
70
+ # we don't need to rebuild non-cuda builds
71
+ # https://github.com/conda-forge/tensorflow-feedstock/pull/459
72
+ skip: true # [cuda_compiler_version != "12.6"]
73
74
requirements:
75
build:
0 commit comments