Skip to content

Commit fbadc05

Browse files
committed
Merge remote-tracking branch 'origin/main' into snnn/rn
2 parents aa14f58 + 1365099 commit fbadc05

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
use_coreml: true
3636
matrix_include: >-
3737
[
38-
{"machine": "x86_64", "target": "x86_64", "build_config": "Release"},
38+
{"machine": "arm64", "target": "x86_64", "build_config": "Release"},
3939
{"machine": "arm64", "target": "arm64", "build_config": "Debug"},
4040
{"machine": "arm64", "target": "arm64", "build_config": "Release"}
4141
]

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)