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
397720fb
Unverified
Commit
397720fb
authored
Apr 21, 2023
by
Yih-Dar
Committed by
GitHub
Apr 21, 2023
Browse files
Skip a failing test on main for now (#22911)
fix Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
8a817e1e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
tests/models/roberta/test_modeling_roberta.py
tests/models/roberta/test_modeling_roberta.py
+4
-0
No files found.
tests/models/roberta/test_modeling_roberta.py
View file @
397720fb
...
@@ -397,6 +397,10 @@ class RobertaModelTest(ModelTesterMixin, GenerationTesterMixin, PipelineTesterMi
...
@@ -397,6 +397,10 @@ class RobertaModelTest(ModelTesterMixin, GenerationTesterMixin, PipelineTesterMi
)
)
fx_compatible
=
True
fx_compatible
=
True
@
unittest
.
skip
(
reason
=
"Fix me @gante"
)
def
test_assisted_greedy_search_matches_greedy_search
(
self
):
super
().
test_assisted_greedy_search_matches_greedy_search
()
def
setUp
(
self
):
def
setUp
(
self
):
self
.
model_tester
=
RobertaModelTester
(
self
)
self
.
model_tester
=
RobertaModelTester
(
self
)
self
.
config_tester
=
ConfigTester
(
self
,
config_class
=
RobertaConfig
,
hidden_size
=
37
)
self
.
config_tester
=
ConfigTester
(
self
,
config_class
=
RobertaConfig
,
hidden_size
=
37
)
...
...
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