mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
CLI: reenable pt_to_tf
test (#18108)
This commit is contained in:
parent
f5221c06e4
commit
981714efe1
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user