Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
981714ef
"llama.cpp/examples/server/tests/features/embeddings.feature" did not exist on "7aa90c0ea35f88a5ef227b773e5a9fe3a0fd7eb2"
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
Show 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