CLI: reenable pt_to_tf test (#18108)

This commit is contained in:
Joao Gante 2022-07-12 13:38:05 +01:00 committed by GitHub
parent f5221c06e4
commit 981714efe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,6 @@ class CLITest(unittest.TestCase):
self.assertIn("Platform", cs.out)
self.assertIn("Using distributed or parallel set-up in script?", cs.out)
@unittest.skip("Joao will fix me tomorrow.")
@is_pt_tf_cross_test
@patch(
"sys.argv", ["fakeprogrampath", "pt-to-tf", "--model-name", "hf-internal-testing/tiny-random-gptj", "--no-pr"]