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
ec905f3a
Unverified
Commit
ec905f3a
authored
Jun 20, 2024
by
Yih-Dar
Committed by
GitHub
Jun 20, 2024
Browse files
unskip 2 tests in cohere (#31517)
Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
1fd60fec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
tests/models/cohere/test_modeling_cohere.py
tests/models/cohere/test_modeling_cohere.py
+0
-8
No files found.
tests/models/cohere/test_modeling_cohere.py
View file @
ec905f3a
...
...
@@ -291,14 +291,6 @@ class CohereModelTest(ModelTesterMixin, GenerationTesterMixin, PipelineTesterMix
self
.
model_tester
=
CohereModelTester
(
self
)
self
.
config_tester
=
ConfigTester
(
self
,
config_class
=
CohereConfig
,
hidden_size
=
37
)
@
unittest
.
skip
(
"Failing. Issue opened in #31351"
)
def
test_initialization
(
self
):
super
().
test_initialization
()
@
unittest
.
skip
(
"Failing. Issue opened in #31351"
)
def
test_fast_init_context_manager
(
self
):
super
().
test_fast_init_context_manager
()
def
test_config
(
self
):
self
.
config_tester
.
run_common_tests
()
...
...
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