"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "62427d0815825436fa55b43725f44776e94abb65"
Unverified Commit 981714ef authored by Joao Gante's avatar Joao Gante Committed by GitHub
Browse files

CLI: reenable `pt_to_tf` test (#18108)

parent f5221c06
......@@ -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"]
......
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