remove the extra rows

This commit is contained in:
Jintao Huang
2024-12-02 15:25:30 +08:00
parent 7bfe5e5ba7
commit b667bdac90

View File

@@ -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(