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
0dd1152c
Unverified
Commit
0dd1152c
authored
Aug 04, 2021
by
Lysandre Debut
Committed by
GitHub
Aug 04, 2021
Browse files
Skip ProphetNet test (#12462)
parent
f8265387
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tests/test_modeling_prophetnet.py
tests/test_modeling_prophetnet.py
+1
-0
No files found.
tests/test_modeling_prophetnet.py
View file @
0dd1152c
...
...
@@ -925,6 +925,7 @@ class ProphetNetModelTest(ModelTesterMixin, GenerationTesterMixin, unittest.Test
config_and_inputs
=
self
.
model_tester
.
prepare_config_and_inputs
()
self
.
model_tester
.
check_prepare_lm_labels_via_shift_left
(
*
config_and_inputs
)
@
unittest
.
skip
(
"Flaky test with no simple resolution. TODO Fix me @patrickvonplaten"
)
def
test_decoder_model_generate
(
self
):
config_and_inputs
=
self
.
model_tester
.
prepare_config_and_inputs
()
self
.
model_tester
.
create_and_check_generate_with_past_key_value_states
(
*
config_and_inputs
)
...
...
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