Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
981714ef
"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "62427d0815825436fa55b43725f44776e94abb65"
Unverified
Commit
981714ef
authored
Jul 12, 2022
by
Joao Gante
Committed by
GitHub
Jul 12, 2022
Browse files
CLI: reenable `pt_to_tf` test (#18108)
parent
f5221c06
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
tests/utils/test_cli.py
tests/utils/test_cli.py
+0
-1
No files found.
tests/utils/test_cli.py
View file @
981714ef
...
...
@@ -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"
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment