We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ba8f66 commit 866dc16Copy full SHA for 866dc16
1 file changed
dependencies.yaml
@@ -493,6 +493,12 @@ dependencies:
493
- matrix:
494
no_pytorch: "true"
495
packages:
496
+ # there weren't aarch64 pytorch conda packages that supported CTK 12.2, so just skip testing
497
+ # it on that combination
498
+ - matrix:
499
+ arch: aarch64
500
+ cuda: "12.2"
501
+ packages:
502
503
require_gpu: "true"
504
0 commit comments