mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-02 19:21:31 +06:00
Remove 2 failing ONNX conversion tests (#22660)
fix Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
parent
06b05d4575
commit
ff73deeb0e
@ -267,7 +267,7 @@ class FeaturesManager:
|
|||||||
onnx_config_cls="models.deberta_v2.DebertaV2OnnxConfig",
|
onnx_config_cls="models.deberta_v2.DebertaV2OnnxConfig",
|
||||||
),
|
),
|
||||||
"deit": supported_features_mapping(
|
"deit": supported_features_mapping(
|
||||||
"default", "image-classification", "masked-im", onnx_config_cls="models.deit.DeiTOnnxConfig"
|
"default", "image-classification", onnx_config_cls="models.deit.DeiTOnnxConfig"
|
||||||
),
|
),
|
||||||
"detr": supported_features_mapping(
|
"detr": supported_features_mapping(
|
||||||
"default",
|
"default",
|
||||||
@ -515,7 +515,7 @@ class FeaturesManager:
|
|||||||
"vision2seq-lm", onnx_config_cls="models.vision_encoder_decoder.VisionEncoderDecoderOnnxConfig"
|
"vision2seq-lm", onnx_config_cls="models.vision_encoder_decoder.VisionEncoderDecoderOnnxConfig"
|
||||||
),
|
),
|
||||||
"vit": supported_features_mapping(
|
"vit": supported_features_mapping(
|
||||||
"default", "image-classification", "masked-im", onnx_config_cls="models.vit.ViTOnnxConfig"
|
"default", "image-classification", onnx_config_cls="models.vit.ViTOnnxConfig"
|
||||||
),
|
),
|
||||||
"whisper": supported_features_mapping(
|
"whisper": supported_features_mapping(
|
||||||
"default",
|
"default",
|
||||||
|
Loading…
Reference in New Issue
Block a user