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
a72b82eb
Unverified
Commit
a72b82eb
authored
Apr 26, 2023
by
Yih-Dar
Committed by
GitHub
Apr 26, 2023
Browse files
Remove a failing ONNX test (#23011)
fix Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
20ac86c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/transformers/onnx/features.py
src/transformers/onnx/features.py
+1
-1
No files found.
src/transformers/onnx/features.py
View file @
a72b82eb
...
@@ -502,7 +502,7 @@ class FeaturesManager:
...
@@ -502,7 +502,7 @@ class FeaturesManager:
onnx_config_cls
=
"models.squeezebert.SqueezeBertOnnxConfig"
,
onnx_config_cls
=
"models.squeezebert.SqueezeBertOnnxConfig"
,
),
),
"swin"
:
supported_features_mapping
(
"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
(
"t5"
:
supported_features_mapping
(
"default"
,
"default"
,
...
...
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