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 25f02ff commit 3f37eaeCopy full SHA for 3f37eae
recipe/meta.yaml
@@ -443,6 +443,7 @@ outputs:
443
# minor tolerance violations
444
{% set skips = skips ~ " or test_1_sized_with_0_strided_cpu_float32" %} # [osx]
445
{% set skips = skips ~ " or test_batchnorm_nhwc_cpu" %} # [unix]
446
+ {% set skips = skips ~ " or test_layer_norm_backwards_eps" %} # [unix]
447
# timeouts and failures on aarch, see https://github.com/conda-forge/pytorch-cpu-feedstock/pull/298#issuecomment-2555888508
448
{% set skips = skips ~ " or test_pynode_destruction_deadlock" %} # [aarch64]
449
{% set skips = skips ~ " or (TestLinalgCPU and test_cholesky_cpu_float32)" %} # [aarch64]
0 commit comments