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
6652e7da
Unverified
Commit
6652e7da
authored
Mar 13, 2023
by
Younes Belkada
Committed by
GitHub
Mar 13, 2023
Browse files
[`Blip2`] skip accelerate test (#22124)
skip accelerate test
parent
dd3a0580
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
tests/models/blip_2/test_modeling_blip_2.py
tests/models/blip_2/test_modeling_blip_2.py
+4
-0
No files found.
tests/models/blip_2/test_modeling_blip_2.py
View file @
6652e7da
...
...
@@ -710,6 +710,10 @@ class Blip2ModelTest(ModelTesterMixin, PipelineTesterMixin, unittest.TestCase):
def
test_save_load_fast_init_to_base
(
self
):
pass
@
unittest
.
skip
(
reason
=
"Does not work on the tiny model as we keep hitting edge cases."
)
def
test_cpu_offload
(
self
):
pass
def
test_forward_signature
(
self
):
config
,
_
=
self
.
model_tester
.
prepare_config_and_inputs_for_common
()
...
...
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