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
3babef81
Commit
3babef81
authored
Sep 16, 2020
by
sgugger
Browse files
Formatting
parent
42049b8e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
examples/seq2seq/test_seq2seq_examples.py
examples/seq2seq/test_seq2seq_examples.py
+1
-0
No files found.
examples/seq2seq/test_seq2seq_examples.py
View file @
3babef81
...
...
@@ -312,6 +312,7 @@ def test_run_eval(model):
assert
Path
(
output_file_name
).
exists
()
os
.
remove
(
Path
(
output_file_name
))
@
slow
@
pytest
.
mark
.
parametrize
(
"model"
,
[
pytest
.
param
(
T5_TINY
)])
def
test_run_eval_search
(
model
):
...
...
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