From 0daf77d4895971e4a52967ccd0fb9e64579ea3bc Mon Sep 17 00:00:00 2001 From: Jintao Date: Mon, 2 Dec 2024 15:34:23 +0800 Subject: [PATCH] remove unnecessary code (#1115) * remove the extra rows --------- Co-authored-by: Yingda Chen --- modelscope/utils/hf_util.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/modelscope/utils/hf_util.py b/modelscope/utils/hf_util.py index 7da30df2..8f7c06da 100644 --- a/modelscope/utils/hf_util.py +++ b/modelscope/utils/hf_util.py @@ -402,8 +402,6 @@ AutoModelForTableQuestionAnswering = get_wrapped_class( AutoModelForTableQuestionAnsweringHF) AutoModelForVisualQuestionAnswering = get_wrapped_class( AutoModelForVisualQuestionAnsweringHF) -AutoModelForKeypointDetection = get_wrapped_class( - AutoModelForKeypointDetectionHF) AutoModelForDocumentQuestionAnswering = get_wrapped_class( AutoModelForDocumentQuestionAnsweringHF) AutoModelForSemanticSegmentation = get_wrapped_class(