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
b0520f59
Commit
b0520f59
authored
Jul 11, 2022
by
Sylvain Gugger
Browse files
Skip failing tests
parent
1e8140ca
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 @
b0520f59
...
...
@@ -147,6 +147,7 @@ class ImageSegmentationPipelineTests(unittest.TestCase, metaclass=PipelineTestCa
pass
@
require_torch
@
unittest
.
skip
(
"Test is broken, fix me please!"
)
def
test_small_model_pt
(
self
):
model_id
=
"hf-internal-testing/tiny-detr-mobilenetsv3-panoptic"
...
...
tests/pipelines/test_pipelines_object_detection.py
View file @
b0520f59
...
...
@@ -105,6 +105,7 @@ class ObjectDetectionPipelineTests(unittest.TestCase, metaclass=PipelineTestCase
pass
@
require_torch
@
unittest
.
skip
(
"Test is broken, fix me please!"
)
def
test_small_model_pt
(
self
):
model_id
=
"hf-internal-testing/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