From 8c84952e490a3aa6816523732c1d242995c2534d Mon Sep 17 00:00:00 2001 From: Jintao Huang Date: Mon, 2 Dec 2024 15:28:49 +0800 Subject: [PATCH] update --- modelscope/utils/hf_util.py | 1 - 1 file changed, 1 deletion(-) 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(