Skip test_beam_search_xla_generate_simple for T5 (#25566)
* fix * fix --------- Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
@@ -549,6 +549,8 @@ class TFT5GenerationIntegrationTests(unittest.TestCase):
|
||||
|
||||
self.assertListEqual(expected_output_string, output_strings)
|
||||
|
||||
# TODO (ydshieh): undo skip once a fix is done on TF side.
|
||||
@unittest.skip("Skip for now as TF 2.13 breaks it on GPU")
|
||||
@slow
|
||||
def test_beam_search_xla_generate_simple(self):
|
||||
model = TFT5ForConditionalGeneration.from_pretrained("t5-small")
|
||||
|
||||
Reference in New Issue
Block a user