Skip to content

Commit

Permalink
Remove a failing ONNX test (huggingface#23011)
Browse files Browse the repository at this point in the history
fix

Co-authored-by: ydshieh <[email protected]>
  • Loading branch information
2 people authored and gojiteji committed Jun 5, 2023
1 parent fb253b5 commit 991ad06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/onnx/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ class FeaturesManager:
onnx_config_cls="models.squeezebert.SqueezeBertOnnxConfig",
),
"swin": supported_features_mapping(
"default", "image-classification", "masked-im", onnx_config_cls="models.swin.SwinOnnxConfig"
"default", "image-classification", onnx_config_cls="models.swin.SwinOnnxConfig"
),
"t5": supported_features_mapping(
"default",
Expand Down

0 comments on commit 991ad06

Please sign in to comment.