Skip to content

Commit

Permalink
fix: wrong config
Browse files Browse the repository at this point in the history
  • Loading branch information
NikeNano committed Aug 2, 2022
1 parent 8a8b76d commit 377c188
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 @@ -233,7 +233,7 @@ class FeaturesManager:
"default",
"image-classification",
"image-segmentation",
onnx_config_cls="models.data2vec.Data2VecVisionConfig",
onnx_config_cls="models.data2vec.Data2VecVisionOnnxConfig",
),
"deberta": supported_features_mapping(
"default",
Expand Down

0 comments on commit 377c188

Please sign in to comment.