diff --git a/modelscope/utils/hf_util.py b/modelscope/utils/hf_util.py index 9b95eed6..8f7c06da 100644 --- a/modelscope/utils/hf_util.py +++ b/modelscope/utils/hf_util.py @@ -396,7 +396,6 @@ except ImportError: AutoModelForKeypointDetection = UnsupportedAutoClass( 'AutoModelForKeypointDetection') - AutoModelForQuestionAnswering = get_wrapped_class( AutoModelForQuestionAnsweringHF) AutoModelForTableQuestionAnswering = get_wrapped_class(