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

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar 2022-08-05 19:27:19 +02:00 committed by GitHub
parent 56a55d3ce4
commit 38d656041b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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.