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
8f400775
Commit
8f400775
authored
Jun 29, 2022
by
Sylvain Gugger
Browse files
Skip failing test until they are fixed.
parent
47b91651
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
tests/pipelines/test_pipelines_image_segmentation.py
tests/pipelines/test_pipelines_image_segmentation.py
+1
-0
tests/pipelines/test_pipelines_object_detection.py
tests/pipelines/test_pipelines_object_detection.py
+1
-0
No files found.
tests/pipelines/test_pipelines_image_segmentation.py
View file @
8f400775
...
...
@@ -146,6 +146,7 @@ class ImageSegmentationPipelineTests(unittest.TestCase, metaclass=PipelineTestCa
def
test_small_model_tf
(
self
):
pass
@
unittest
.
skip
(
"Model has moved, skip until it's fixed."
)
@
require_torch
def
test_small_model_pt
(
self
):
model_id
=
"mishig/tiny-detr-mobilenetsv3-panoptic"
...
...
tests/pipelines/test_pipelines_object_detection.py
View file @
8f400775
...
...
@@ -104,6 +104,7 @@ class ObjectDetectionPipelineTests(unittest.TestCase, metaclass=PipelineTestCase
def
test_small_model_tf
(
self
):
pass
@
unittest
.
skip
(
"Model has moved, skip until it's fixed."
)
@
require_torch
def
test_small_model_pt
(
self
):
model_id
=
"mishig/tiny-detr-mobilenetsv3"
...
...
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