8000 Remove a failing ONNX test (#23011) · githubhjs/transformers@a72b82e · GitHub
[go: up one dir, main page]

Skip to content

Commit a72b82e

Browse files
authored
Remove a failing ONNX test (huggingface#23011)
fix Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
1 parent 20ac86c commit a72b82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transformers/onnx/features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ class FeaturesManager:
502502
onnx_config_cls="models.squeezebert.SqueezeBertOnnxConfig",
503503
),
504504
"swin": supported_features_mapping(
505-
"default", "image-classification", "masked-im", onnx_config_cls="models.swin.SwinOnnxConfig"
505+
"default", "image-classification", onnx_config_cls="models.swin.SwinOnnxConfig"
506506
),
507507
"t5": supported_features_mapping(
508508
"default",

0 commit comments

Comments
 (0)
0