Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
8992589d
Unverified
Commit
8992589d
authored
Aug 17, 2023
by
Yih-Dar
Committed by
GitHub
Aug 17, 2023
Browse files
Skip `test_onnx_runtime_optimize` for now (#25560)
fix Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
e50c9253
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
tests/test_modeling_tf_common.py
tests/test_modeling_tf_common.py
+3
-0
No files found.
tests/test_modeling_tf_common.py
View file @
8992589d
...
@@ -330,6 +330,9 @@ class TFModelTesterMixin:
...
@@ -330,6 +330,9 @@ class TFModelTesterMixin:
self
.
assertEqual
(
len
(
incompatible_ops
),
0
,
incompatible_ops
)
self
.
assertEqual
(
len
(
incompatible_ops
),
0
,
incompatible_ops
)
# `tf2onnx` issue page: https://github.com/onnx/tensorflow-onnx/issues/2172
# TODO: undo skip once a fix is done in `tf2onnx`
@
unittest
.
skip
(
"`tf2onnx` broke with TF 2.13"
)
@
require_tf2onnx
@
require_tf2onnx
@
slow
@
slow
def
test_onnx_runtime_optimize
(
self
):
def
test_onnx_runtime_optimize
(
self
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment