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
38d65604
Unverified
Commit
38d65604
authored
Aug 05, 2022
by
Yih-Dar
Committed by
GitHub
Aug 05, 2022
Browse files
disable Onnx test for google/long-t5-tglobal-base (#18454)
Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
56a55d3c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
tests/onnx/test_onnx_v2.py
tests/onnx/test_onnx_v2.py
+3
-1
No files found.
tests/onnx/test_onnx_v2.py
View file @
38d65604
...
...
@@ -228,7 +228,9 @@ PYTORCH_EXPORT_SEQ2SEQ_WITH_PAST_MODELS = {
(
"blenderbot"
,
"facebook/blenderbot-400M-distill"
),
(
"bigbird-pegasus"
,
"google/bigbird-pegasus-large-arxiv"
),
(
"longt5"
,
"google/long-t5-local-base"
),
(
"longt5"
,
"google/long-t5-tglobal-base"
),
# Disable for now as it causes fatal error `Floating point exception (core dumped)` and the subsequential tests are
# not run.
# ("longt5", "google/long-t5-tglobal-base"),
}
# TODO(lewtun): Include the same model types in `PYTORCH_EXPORT_MODELS` once TensorFlow has parity with the PyTorch model implementations.
...
...
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