Skip to content

Commit bb420a0

Browse files
authored
Disable some of rotary embedding tests as they are failing on Win GPU CUDA (#26069)
1 parent 21fbad8 commit bb420a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

onnxruntime/test/testdata/onnx_backend_test_series_filters.jsonc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@
127127
"^test_rotary_embedding_no_position_ids_rotary_dim",
128128
"^test_rotary_embedding_with_interleaved_rotary_dim",
129129
"^test_rotary_embedding_with_rotary_dim",
130+
"^test_rotary_embedding_3d_input_expanded",
131+
"^test_rotary_embedding_interleaved_expanded",
132+
"^test_rotary_embedding_no_position_ids_interleaved_expanded",
130133
"^test_rotary_embedding_expanded", //webgpu
131134
"^test_rotary_embedding_no_position_ids_expanded", //webgpu
132135
// Following tests are for opset 16 ops and are not yet implemented in ORT

0 commit comments

Comments
 (0)