Unverified Commit 38d65604 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

disable Onnx test for google/long-t5-tglobal-base (#18454)


Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 56a55d3c
...@@ -228,7 +228,9 @@ PYTORCH_EXPORT_SEQ2SEQ_WITH_PAST_MODELS = { ...@@ -228,7 +228,9 @@ PYTORCH_EXPORT_SEQ2SEQ_WITH_PAST_MODELS = {
("blenderbot", "facebook/blenderbot-400M-distill"), ("blenderbot", "facebook/blenderbot-400M-distill"),
("bigbird-pegasus", "google/bigbird-pegasus-large-arxiv"), ("bigbird-pegasus", "google/bigbird-pegasus-large-arxiv"),
("longt5", "google/long-t5-local-base"), ("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. # TODO(lewtun): Include the same model types in `PYTORCH_EXPORT_MODELS` once TensorFlow has parity with the PyTorch model implementations.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment