Skip to content

Commit 3ed5f96

Browse files
committed
disable rotary_embedding
1 parent b454f3a commit 3ed5f96

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_unittests/ut_reference/test_backend_onnxruntime_evaluator.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,7 @@ def run_node(cls, node, inputs, device=None, outputs_info=None, **kwargs):
275275
"convinteger_with_padding",
276276
"rms_normalization",
277277
"rotary_embedding_3d",
278-
"rotary_embedding_with",
279-
"rotary_embedding_no_position_ids",
278+
"rotary_embedding",
280279
# cuda,
281280
"test_Conv3d_dilated.*_cuda",
282281
"test_reduce_.*_empty_set_cuda",

0 commit comments

Comments
 (0)