Skip to content
Prev Previous commit
Next Next commit
disable
  • Loading branch information
xadupre committed Sep 10, 2025
commit 08841deb39b78c5f06434fbc5195fcb8064f91ae
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"^test_attention_3d_gqa_*", // pending onnx update
"^test_attention_4d_gqa_*", // pending onnx update
"^test_attention_*causal*", // pending onnx update
"^test_attention_4d_with_past_and_present_qk_matmul_bias_4d_mask_causal", // pending onnx update
"^test_attention_4d_with_past_and_present_qk_matmul_bias_3d_mask_causal*", // pending onnx update
"^test_attention_4d_with_past_and_present_qk_matmul_bias_4d_mask_causal*", // pending onnx update
"^test_attention_4d_fp16*", // precision issue: 1 / 192 mismatched elements
"^test_attention_4d_fp16_expanded*", // precision issue: 3 / 192 mismatched elements
"^test_l2normalization*", // LpNormalization(22) not implemented
Expand Down
Loading